Shades of Deep Magenta #CA0FC2
Tints of Deep Magenta #CA0FC2
RGB
CMYK
RGB Variations
Color information
#CA0FC2 (or 0xCA0FC2) is known color: Deep Magenta. HEX triplet: CA, 0F and C2. RGB value is (202,15,194). Sum of RGB (Red+Green+Blue) = 202+15+194=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0FC2 is #35F03D. Grayscale: #5A5A5A. Windows color (decimal): -3534910 or 12718026. OLE color: 12718026.
HSL color Cylindrical-coordinate representation of color #CA0FC2: hue angle of 302.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0FC2 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 194 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.21 |
| HSL | 302.57º | 0.86% | 0.43% | - |
| HSV(B) | 302.57º | 0.93% | 0.79% | - |
| XYZ | 34.27 | 16.79 | 52.47 | - |
| YUV | 91.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 194 | 0 | 0.93 | 0.04 | 0.21 | 302.57 | 0.86 | 0.43 |
| Hex | CA | F | C2 | 0 | 5D | 4 | 15 | 12F | 56 | 2B |
| Octal | 312 | 17 | 302 | 0 | 135 | 4 | 25 | 457 | 126 | 53 |
| Binary | 11001010 | 1111 | 11000010 | 0 | 1011101 | 100 | 10101 | 100101111 | 1010110 | 101011 |
Color Harmonies of #CA0FC2
Complementary color
Monochromatic Colors of #CA0FC2
Black with #CA0FC2
Text Example
Text Example
White with #CA0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FC2; }
p { color: rgb(202,15,194); }
H1.HeaderClassName
{
color: #CA0FC2;
}
.AnyTagClassName
{
color: #CA0FC2;
}
</style>
background-color css
<style>
a { background-color: #CA0FC2; }
a { background-color: rgb(202,15,194); }
div.DivClassName
{
background-color: #CA0FC2;
}
.BgClassName
{
background-color: #CA0FC2;
}
</style>
border-color css
<style>
span { border-color: #CA0FC2; }
span { border-color: rgb(202,15,194); }
td.TdClassName
{
border-color: #CA0FC2;
}
.TagClassName
{
border-color: #CA0FC2;
}
</style>