Shades of Deep Magenta #CA12DD
Tints of Deep Magenta #CA12DD
RGB
CMYK
RGB Variations
Color information
#CA12DD (or 0xCA12DD) is known color: Deep Magenta. HEX triplet: CA, 12 and DD. RGB value is (202,18,221). Sum of RGB (Red+Green+Blue) = 202+18+221=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA12DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA12DD is #35ED22. Grayscale: #5F5F5F. Windows color (decimal): -3534115 or 14488266. OLE color: 14488266.
HSL color Cylindrical-coordinate representation of color #CA12DD: hue angle of 294.38º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA12DD is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 18 | 221 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.13 |
| HSL | 294.38º | 0.85% | 0.47% | - |
| HSV(B) | 294.38º | 0.92% | 0.87% | - |
| XYZ | 37.62 | 18.21 | 69.94 | - |
| YUV | 96.16 | 198.46 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 221 | 0.09 | 0.92 | 0 | 0.13 | 294.38 | 0.85 | 0.47 |
| Hex | CA | 12 | DD | 9 | 5C | 0 | D | 126 | 55 | 2F |
| Octal | 312 | 22 | 335 | 11 | 134 | 0 | 15 | 446 | 125 | 57 |
| Binary | 11001010 | 10010 | 11011101 | 1001 | 1011100 | 0 | 1101 | 100100110 | 1010101 | 101111 |
Color Harmonies of #CA12DD
Complementary color
Monochromatic Colors of #CA12DD
Black with #CA12DD
Text Example
Text Example
White with #CA12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12DD; }
p { color: rgb(202,18,221); }
H1.HeaderClassName
{
color: #CA12DD;
}
.AnyTagClassName
{
color: #CA12DD;
}
</style>
background-color css
<style>
a { background-color: #CA12DD; }
a { background-color: rgb(202,18,221); }
div.DivClassName
{
background-color: #CA12DD;
}
.BgClassName
{
background-color: #CA12DD;
}
</style>
border-color css
<style>
span { border-color: #CA12DD; }
span { border-color: rgb(202,18,221); }
td.TdClassName
{
border-color: #CA12DD;
}
.TagClassName
{
border-color: #CA12DD;
}
</style>