Shades of Deep Magenta #CA07D9
Tints of Deep Magenta #CA07D9
RGB
CMYK
RGB Variations
Color information
#CA07D9 (or 0xCA07D9) is known color: Deep Magenta. HEX triplet: CA, 07 and D9. RGB value is (202,7,217). Sum of RGB (Red+Green+Blue) = 202+7+217=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 7 (3.12% from 255 or 1.64% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA07D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07D9 is #35F826. Grayscale: #585858. Windows color (decimal): -3536935 or 14223306. OLE color: 14223306.
HSL color Cylindrical-coordinate representation of color #CA07D9: hue angle of 295.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07D9 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 7 | 217 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.15 |
| HSL | 295.71º | 0.94% | 0.44% | - |
| HSV(B) | 295.71º | 0.97% | 0.85% | - |
| XYZ | 36.96 | 17.72 | 67.12 | - |
| YUV | 89.25 | 200.1 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 217 | 0.07 | 0.97 | 0 | 0.15 | 295.71 | 0.94 | 0.44 |
| Hex | CA | 7 | D9 | 7 | 61 | 0 | F | 128 | 5E | 2C |
| Octal | 312 | 7 | 331 | 7 | 141 | 0 | 17 | 450 | 136 | 54 |
| Binary | 11001010 | 111 | 11011001 | 111 | 1100001 | 0 | 1111 | 100101000 | 1011110 | 101100 |
Color Harmonies of #CA07D9
Complementary color
Monochromatic Colors of #CA07D9
Black with #CA07D9
Text Example
Text Example
White with #CA07D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07D9; }
p { color: rgb(202,7,217); }
H1.HeaderClassName
{
color: #CA07D9;
}
.AnyTagClassName
{
color: #CA07D9;
}
</style>
background-color css
<style>
a { background-color: #CA07D9; }
a { background-color: rgb(202,7,217); }
div.DivClassName
{
background-color: #CA07D9;
}
.BgClassName
{
background-color: #CA07D9;
}
</style>
border-color css
<style>
span { border-color: #CA07D9; }
span { border-color: rgb(202,7,217); }
td.TdClassName
{
border-color: #CA07D9;
}
.TagClassName
{
border-color: #CA07D9;
}
</style>