What is your color-gamut?

@media (color-gamut: srgb) {
p {
background: deeppink;
}
}

@media (color-gamut: p3) {
p {
background: violet;
}
}