Shades of Deep Magenta #CA0DCC
Tints of Deep Magenta #CA0DCC
RGB
CMYK
RGB Variations
Color information
#CA0DCC (or 0xCA0DCC) is known color: Deep Magenta. HEX triplet: CA, 0D and CC. RGB value is (202,13,204). Sum of RGB (Red+Green+Blue) = 202+13+204=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DCC is #35F233. Grayscale: #5A5A5A. Windows color (decimal): -3535412 or 13372874. OLE color: 13372874.
HSL color Cylindrical-coordinate representation of color #CA0DCC: hue angle of 299.37º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DCC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 13 | 204 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.2 |
| HSL | 299.37º | 0.88% | 0.43% | - |
| HSV(B) | 299.37º | 0.94% | 0.8% | - |
| XYZ | 35.4 | 17.2 | 58.58 | - |
| YUV | 91.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 204 | 0.01 | 0.94 | 0 | 0.2 | 299.37 | 0.88 | 0.43 |
| Hex | CA | D | CC | 1 | 5E | 0 | 14 | 12B | 58 | 2B |
| Octal | 312 | 15 | 314 | 1 | 136 | 0 | 24 | 453 | 130 | 53 |
| Binary | 11001010 | 1101 | 11001100 | 1 | 1011110 | 0 | 10100 | 100101011 | 1011000 | 101011 |
Color Harmonies of #CA0DCC
Complementary color
Monochromatic Colors of #CA0DCC
Black with #CA0DCC
Text Example
Text Example
White with #CA0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DCC; }
p { color: rgb(202,13,204); }
H1.HeaderClassName
{
color: #CA0DCC;
}
.AnyTagClassName
{
color: #CA0DCC;
}
</style>
background-color css
<style>
a { background-color: #CA0DCC; }
a { background-color: rgb(202,13,204); }
div.DivClassName
{
background-color: #CA0DCC;
}
.BgClassName
{
background-color: #CA0DCC;
}
</style>
border-color css
<style>
span { border-color: #CA0DCC; }
span { border-color: rgb(202,13,204); }
td.TdClassName
{
border-color: #CA0DCC;
}
.TagClassName
{
border-color: #CA0DCC;
}
</style>