Shades of Deep Magenta #CA05DC
Tints of Deep Magenta #CA05DC
RGB
CMYK
RGB Variations
Color information
#CA05DC (or 0xCA05DC) is known color: Deep Magenta. HEX triplet: CA, 05 and DC. RGB value is (202,5,220). Sum of RGB (Red+Green+Blue) = 202+5+220=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA05DC is #35FA23. Grayscale: #575757. Windows color (decimal): -3537444 or 14419402. OLE color: 14419402.
HSL color Cylindrical-coordinate representation of color #CA05DC: hue angle of 294.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05DC is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 5 | 220 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.14 |
| HSL | 294.98º | 0.96% | 0.44% | - |
| HSV(B) | 294.98º | 0.98% | 0.86% | - |
| XYZ | 37.33 | 17.83 | 69.18 | - |
| YUV | 88.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 220 | 0.08 | 0.98 | 0 | 0.14 | 294.98 | 0.96 | 0.44 |
| Hex | CA | 5 | DC | 8 | 62 | 0 | E | 127 | 60 | 2C |
| Octal | 312 | 5 | 334 | 10 | 142 | 0 | 16 | 447 | 140 | 54 |
| Binary | 11001010 | 101 | 11011100 | 1000 | 1100010 | 0 | 1110 | 100100111 | 1100000 | 101100 |
Color Harmonies of #CA05DC
Complementary color
Monochromatic Colors of #CA05DC
Black with #CA05DC
Text Example
Text Example
White with #CA05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05DC; }
p { color: rgb(202,5,220); }
H1.HeaderClassName
{
color: #CA05DC;
}
.AnyTagClassName
{
color: #CA05DC;
}
</style>
background-color css
<style>
a { background-color: #CA05DC; }
a { background-color: rgb(202,5,220); }
div.DivClassName
{
background-color: #CA05DC;
}
.BgClassName
{
background-color: #CA05DC;
}
</style>
border-color css
<style>
span { border-color: #CA05DC; }
span { border-color: rgb(202,5,220); }
td.TdClassName
{
border-color: #CA05DC;
}
.TagClassName
{
border-color: #CA05DC;
}
</style>