Shades of Deep Magenta #CA0CAC
Tints of Deep Magenta #CA0CAC
RGB
CMYK
RGB Variations
Color information
#CA0CAC (or 0xCA0CAC) is known color: Deep Magenta. HEX triplet: CA, 0C and AC. RGB value is (202,12,172). Sum of RGB (Red+Green+Blue) = 202+12+172=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0CAC is #35F353. Grayscale: #565656. Windows color (decimal): -3535700 or 11275466. OLE color: 11275466.
HSL color Cylindrical-coordinate representation of color #CA0CAC: hue angle of 309.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CAC is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.21 |
| HSL | 309.47º | 0.89% | 0.42% | - |
| HSV(B) | 309.47º | 0.94% | 0.79% | - |
| XYZ | 31.93 | 15.8 | 40.4 | - |
| YUV | 87.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 172 | 0 | 0.94 | 0.15 | 0.21 | 309.47 | 0.89 | 0.42 |
| Hex | CA | C | AC | 0 | 5E | F | 15 | 135 | 59 | 2A |
| Octal | 312 | 14 | 254 | 0 | 136 | 17 | 25 | 465 | 131 | 52 |
| Binary | 11001010 | 1100 | 10101100 | 0 | 1011110 | 1111 | 10101 | 100110101 | 1011001 | 101010 |
Color Harmonies of #CA0CAC
Complementary color
Monochromatic Colors of #CA0CAC
Black with #CA0CAC
Text Example
Text Example
White with #CA0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CAC; }
p { color: rgb(202,12,172); }
H1.HeaderClassName
{
color: #CA0CAC;
}
.AnyTagClassName
{
color: #CA0CAC;
}
</style>
background-color css
<style>
a { background-color: #CA0CAC; }
a { background-color: rgb(202,12,172); }
div.DivClassName
{
background-color: #CA0CAC;
}
.BgClassName
{
background-color: #CA0CAC;
}
</style>
border-color css
<style>
span { border-color: #CA0CAC; }
span { border-color: rgb(202,12,172); }
td.TdClassName
{
border-color: #CA0CAC;
}
.TagClassName
{
border-color: #CA0CAC;
}
</style>