Shades of Deep Magenta #CA12DC
Tints of Deep Magenta #CA12DC
RGB
CMYK
RGB Variations
Color information
#CA12DC (or 0xCA12DC) is known color: Deep Magenta. HEX triplet: CA, 12 and DC. RGB value is (202,18,220). Sum of RGB (Red+Green+Blue) = 202+18+220=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA12DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12DC is #35ED23. Grayscale: #5F5F5F. Windows color (decimal): -3534116 or 14422730. OLE color: 14422730.
HSL color Cylindrical-coordinate representation of color #CA12DC: hue angle of 294.65º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA12DC is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 18 | 220 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.14 |
| HSL | 294.65º | 0.85% | 0.47% | - |
| HSV(B) | 294.65º | 0.92% | 0.86% | - |
| XYZ | 37.49 | 18.16 | 69.24 | - |
| YUV | 96.04 | 197.96 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 220 | 0.08 | 0.92 | 0 | 0.14 | 294.65 | 0.85 | 0.47 |
| Hex | CA | 12 | DC | 8 | 5C | 0 | E | 127 | 55 | 2F |
| Octal | 312 | 22 | 334 | 10 | 134 | 0 | 16 | 447 | 125 | 57 |
| Binary | 11001010 | 10010 | 11011100 | 1000 | 1011100 | 0 | 1110 | 100100111 | 1010101 | 101111 |
Color Harmonies of #CA12DC
Complementary color
Monochromatic Colors of #CA12DC
Black with #CA12DC
Text Example
Text Example
White with #CA12DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12DC; }
p { color: rgb(202,18,220); }
H1.HeaderClassName
{
color: #CA12DC;
}
.AnyTagClassName
{
color: #CA12DC;
}
</style>
background-color css
<style>
a { background-color: #CA12DC; }
a { background-color: rgb(202,18,220); }
div.DivClassName
{
background-color: #CA12DC;
}
.BgClassName
{
background-color: #CA12DC;
}
</style>
border-color css
<style>
span { border-color: #CA12DC; }
span { border-color: rgb(202,18,220); }
td.TdClassName
{
border-color: #CA12DC;
}
.TagClassName
{
border-color: #CA12DC;
}
</style>