Shades of Deep Magenta #CA06DC
Tints of Deep Magenta #CA06DC
RGB
CMYK
RGB Variations
Color information
#CA06DC (or 0xCA06DC) is known color: Deep Magenta. HEX triplet: CA, 06 and DC. RGB value is (202,6,220). Sum of RGB (Red+Green+Blue) = 202+6+220=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA06DC is #35F923. Grayscale: #585858. Windows color (decimal): -3537188 or 14419658. OLE color: 14419658.
HSL color Cylindrical-coordinate representation of color #CA06DC: hue angle of 294.95º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA06DC is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 6 | 220 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.14 |
| HSL | 294.95º | 0.95% | 0.44% | - |
| HSV(B) | 294.95º | 0.97% | 0.86% | - |
| XYZ | 37.34 | 17.85 | 69.19 | - |
| YUV | 89 | 201.93 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 6 | 220 | 0.08 | 0.97 | 0 | 0.14 | 294.95 | 0.95 | 0.44 |
| Hex | CA | 6 | DC | 8 | 61 | 0 | E | 127 | 5F | 2C |
| Octal | 312 | 6 | 334 | 10 | 141 | 0 | 16 | 447 | 137 | 54 |
| Binary | 11001010 | 110 | 11011100 | 1000 | 1100001 | 0 | 1110 | 100100111 | 1011111 | 101100 |
Color Harmonies of #CA06DC
Complementary color
Monochromatic Colors of #CA06DC
Black with #CA06DC
Text Example
Text Example
White with #CA06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA06DC; }
p { color: rgb(202,6,220); }
H1.HeaderClassName
{
color: #CA06DC;
}
.AnyTagClassName
{
color: #CA06DC;
}
</style>
background-color css
<style>
a { background-color: #CA06DC; }
a { background-color: rgb(202,6,220); }
div.DivClassName
{
background-color: #CA06DC;
}
.BgClassName
{
background-color: #CA06DC;
}
</style>
border-color css
<style>
span { border-color: #CA06DC; }
span { border-color: rgb(202,6,220); }
td.TdClassName
{
border-color: #CA06DC;
}
.TagClassName
{
border-color: #CA06DC;
}
</style>