Shades of Deep Magenta #CA0CC2
Tints of Deep Magenta #CA0CC2
RGB
CMYK
RGB Variations
Color information
#CA0CC2 (or 0xCA0CC2) is known color: Deep Magenta. HEX triplet: CA, 0C and C2. RGB value is (202,12,194). Sum of RGB (Red+Green+Blue) = 202+12+194=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 194 (76.17% from 255 or 47.55% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CC2 is #35F33D. Grayscale: #595959. Windows color (decimal): -3535678 or 12717258. OLE color: 12717258.
HSL color Cylindrical-coordinate representation of color #CA0CC2: hue angle of 302.53º 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 #CA0CC2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 194 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.21 |
| HSL | 302.53º | 0.89% | 0.42% | - |
| HSV(B) | 302.53º | 0.94% | 0.79% | - |
| XYZ | 34.23 | 16.71 | 52.46 | - |
| YUV | 89.56 | 186.95 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 194 | 0 | 0.94 | 0.04 | 0.21 | 302.53 | 0.89 | 0.42 |
| Hex | CA | C | C2 | 0 | 5E | 4 | 15 | 12F | 59 | 2A |
| Octal | 312 | 14 | 302 | 0 | 136 | 4 | 25 | 457 | 131 | 52 |
| Binary | 11001010 | 1100 | 11000010 | 0 | 1011110 | 100 | 10101 | 100101111 | 1011001 | 101010 |
Color Harmonies of #CA0CC2
Complementary color
Monochromatic Colors of #CA0CC2
Black with #CA0CC2
Text Example
Text Example
White with #CA0CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CC2; }
p { color: rgb(202,12,194); }
H1.HeaderClassName
{
color: #CA0CC2;
}
.AnyTagClassName
{
color: #CA0CC2;
}
</style>
background-color css
<style>
a { background-color: #CA0CC2; }
a { background-color: rgb(202,12,194); }
div.DivClassName
{
background-color: #CA0CC2;
}
.BgClassName
{
background-color: #CA0CC2;
}
</style>
border-color css
<style>
span { border-color: #CA0CC2; }
span { border-color: rgb(202,12,194); }
td.TdClassName
{
border-color: #CA0CC2;
}
.TagClassName
{
border-color: #CA0CC2;
}
</style>