Shades of Deep Magenta #CA07DD
Tints of Deep Magenta #CA07DD
RGB
CMYK
RGB Variations
Color information
#CA07DD (or 0xCA07DD) is known color: Deep Magenta. HEX triplet: CA, 07 and DD. RGB value is (202,7,221). Sum of RGB (Red+Green+Blue) = 202+7+221=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA07DD is #35F822. Grayscale: #595959. Windows color (decimal): -3536931 or 14485450. OLE color: 14485450.
HSL color Cylindrical-coordinate representation of color #CA07DD: hue angle of 294.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA07DD is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 7 | 221 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.13 |
| HSL | 294.67º | 0.94% | 0.45% | - |
| HSV(B) | 294.67º | 0.97% | 0.87% | - |
| XYZ | 37.48 | 17.93 | 69.89 | - |
| YUV | 89.7 | 202.1 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 221 | 0.09 | 0.97 | 0 | 0.13 | 294.67 | 0.94 | 0.45 |
| Hex | CA | 7 | DD | 9 | 61 | 0 | D | 127 | 5E | 2D |
| Octal | 312 | 7 | 335 | 11 | 141 | 0 | 15 | 447 | 136 | 55 |
| Binary | 11001010 | 111 | 11011101 | 1001 | 1100001 | 0 | 1101 | 100100111 | 1011110 | 101101 |
Color Harmonies of #CA07DD
Complementary color
Monochromatic Colors of #CA07DD
Black with #CA07DD
Text Example
Text Example
White with #CA07DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA07DD; }
p { color: rgb(202,7,221); }
H1.HeaderClassName
{
color: #CA07DD;
}
.AnyTagClassName
{
color: #CA07DD;
}
</style>
background-color css
<style>
a { background-color: #CA07DD; }
a { background-color: rgb(202,7,221); }
div.DivClassName
{
background-color: #CA07DD;
}
.BgClassName
{
background-color: #CA07DD;
}
</style>
border-color css
<style>
span { border-color: #CA07DD; }
span { border-color: rgb(202,7,221); }
td.TdClassName
{
border-color: #CA07DD;
}
.TagClassName
{
border-color: #CA07DD;
}
</style>