Shades of Deep Magenta #CA07DC
Tints of Deep Magenta #CA07DC
RGB
CMYK
RGB Variations
Color information
#CA07DC (or 0xCA07DC) is known color: Deep Magenta. HEX triplet: CA, 07 and DC. RGB value is (202,7,220). Sum of RGB (Red+Green+Blue) = 202+7+220=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07DC is #35F823. Grayscale: #585858. Windows color (decimal): -3536932 or 14419914. OLE color: 14419914.
HSL color Cylindrical-coordinate representation of color #CA07DC: hue angle of 294.93º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07DC is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 7 | 220 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.14 |
| HSL | 294.93º | 0.94% | 0.45% | - |
| HSV(B) | 294.93º | 0.97% | 0.86% | - |
| XYZ | 37.35 | 17.88 | 69.19 | - |
| YUV | 89.59 | 201.6 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 220 | 0.08 | 0.97 | 0 | 0.14 | 294.93 | 0.94 | 0.45 |
| Hex | CA | 7 | DC | 8 | 61 | 0 | E | 127 | 5E | 2D |
| Octal | 312 | 7 | 334 | 10 | 141 | 0 | 16 | 447 | 136 | 55 |
| Binary | 11001010 | 111 | 11011100 | 1000 | 1100001 | 0 | 1110 | 100100111 | 1011110 | 101101 |
Color Harmonies of #CA07DC
Complementary color
Monochromatic Colors of #CA07DC
Black with #CA07DC
Text Example
Text Example
White with #CA07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07DC; }
p { color: rgb(202,7,220); }
H1.HeaderClassName
{
color: #CA07DC;
}
.AnyTagClassName
{
color: #CA07DC;
}
</style>
background-color css
<style>
a { background-color: #CA07DC; }
a { background-color: rgb(202,7,220); }
div.DivClassName
{
background-color: #CA07DC;
}
.BgClassName
{
background-color: #CA07DC;
}
</style>
border-color css
<style>
span { border-color: #CA07DC; }
span { border-color: rgb(202,7,220); }
td.TdClassName
{
border-color: #CA07DC;
}
.TagClassName
{
border-color: #CA07DC;
}
</style>