Shades of Deep Magenta #CA02DF
Tints of Deep Magenta #CA02DF
RGB
CMYK
RGB Variations
Color information
#CA02DF (or 0xCA02DF) is known color: Deep Magenta. HEX triplet: CA, 02 and DF. RGB value is (202,2,223). Sum of RGB (Red+Green+Blue) = 202+2+223=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA02DF is #35FD20. Grayscale: #565656. Windows color (decimal): -3538209 or 14615242. OLE color: 14615242.
HSL color Cylindrical-coordinate representation of color #CA02DF: hue angle of 294.3º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02DF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 2 | 223 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.13 |
| HSL | 294.3º | 0.98% | 0.44% | - |
| HSV(B) | 294.3º | 0.99% | 0.87% | - |
| XYZ | 37.7 | 17.93 | 71.29 | - |
| YUV | 86.99 | 204.76 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 2 | 223 | 0.09 | 0.99 | 0 | 0.13 | 294.3 | 0.98 | 0.44 |
| Hex | CA | 2 | DF | 9 | 63 | 0 | D | 126 | 62 | 2C |
| Octal | 312 | 2 | 337 | 11 | 143 | 0 | 15 | 446 | 142 | 54 |
| Binary | 11001010 | 10 | 11011111 | 1001 | 1100011 | 0 | 1101 | 100100110 | 1100010 | 101100 |
Color Harmonies of #CA02DF
Complementary color
Monochromatic Colors of #CA02DF
Black with #CA02DF
Text Example
Text Example
White with #CA02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA02DF; }
p { color: rgb(202,2,223); }
H1.HeaderClassName
{
color: #CA02DF;
}
.AnyTagClassName
{
color: #CA02DF;
}
</style>
background-color css
<style>
a { background-color: #CA02DF; }
a { background-color: rgb(202,2,223); }
div.DivClassName
{
background-color: #CA02DF;
}
.BgClassName
{
background-color: #CA02DF;
}
</style>
border-color css
<style>
span { border-color: #CA02DF; }
span { border-color: rgb(202,2,223); }
td.TdClassName
{
border-color: #CA02DF;
}
.TagClassName
{
border-color: #CA02DF;
}
</style>