Shades of Deep Magenta #CA0DC2
Tints of Deep Magenta #CA0DC2
RGB
CMYK
RGB Variations
Color information
#CA0DC2 (or 0xCA0DC2) is known color: Deep Magenta. HEX triplet: CA, 0D and C2. RGB value is (202,13,194). Sum of RGB (Red+Green+Blue) = 202+13+194=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DC2 is #35F23D. Grayscale: #595959. Windows color (decimal): -3535422 or 12717514. OLE color: 12717514.
HSL color Cylindrical-coordinate representation of color #CA0DC2: hue angle of 302.54º degrees, saturation: 0.88, 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 #CA0DC2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 194 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.21 |
| HSL | 302.54º | 0.88% | 0.42% | - |
| HSV(B) | 302.54º | 0.94% | 0.79% | - |
| XYZ | 34.24 | 16.74 | 52.47 | - |
| YUV | 90.15 | 186.62 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 194 | 0 | 0.94 | 0.04 | 0.21 | 302.54 | 0.88 | 0.42 |
| Hex | CA | D | C2 | 0 | 5E | 4 | 15 | 12F | 58 | 2A |
| Octal | 312 | 15 | 302 | 0 | 136 | 4 | 25 | 457 | 130 | 52 |
| Binary | 11001010 | 1101 | 11000010 | 0 | 1011110 | 100 | 10101 | 100101111 | 1011000 | 101010 |
Color Harmonies of #CA0DC2
Complementary color
Monochromatic Colors of #CA0DC2
Black with #CA0DC2
Text Example
Text Example
White with #CA0DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DC2; }
p { color: rgb(202,13,194); }
H1.HeaderClassName
{
color: #CA0DC2;
}
.AnyTagClassName
{
color: #CA0DC2;
}
</style>
background-color css
<style>
a { background-color: #CA0DC2; }
a { background-color: rgb(202,13,194); }
div.DivClassName
{
background-color: #CA0DC2;
}
.BgClassName
{
background-color: #CA0DC2;
}
</style>
border-color css
<style>
span { border-color: #CA0DC2; }
span { border-color: rgb(202,13,194); }
td.TdClassName
{
border-color: #CA0DC2;
}
.TagClassName
{
border-color: #CA0DC2;
}
</style>