Shades of Deep Magenta #C202CA
Tints of Deep Magenta #C202CA
RGB
CMYK
RGB Variations
Color information
#C202CA (or 0xC202CA) is known color: Deep Magenta. HEX triplet: C2, 02 and CA. RGB value is (194,2,202). Sum of RGB (Red+Green+Blue) = 194+2+202=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #C202CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202CA is #3DFD35. Grayscale: #515151. Windows color (decimal): -4062518 or 13238978. OLE color: 13238978.
HSL color Cylindrical-coordinate representation of color #C202CA: hue angle of 297.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202CA is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 2 | 202 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.21 |
| HSL | 297.6º | 0.98% | 0.4% | - |
| HSV(B) | 297.6º | 0.99% | 0.79% | - |
| XYZ | 32.93 | 15.78 | 57.19 | - |
| YUV | 82.21 | 195.61 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 202 | 0.04 | 0.99 | 0 | 0.21 | 297.6 | 0.98 | 0.4 |
| Hex | C2 | 2 | CA | 4 | 63 | 0 | 15 | 12A | 62 | 28 |
| Octal | 302 | 2 | 312 | 4 | 143 | 0 | 25 | 452 | 142 | 50 |
| Binary | 11000010 | 10 | 11001010 | 100 | 1100011 | 0 | 10101 | 100101010 | 1100010 | 101000 |
Color Harmonies of #C202CA
Complementary color
Monochromatic Colors of #C202CA
Black with #C202CA
Text Example
Text Example
White with #C202CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202CA; }
p { color: rgb(194,2,202); }
H1.HeaderClassName
{
color: #C202CA;
}
.AnyTagClassName
{
color: #C202CA;
}
</style>
background-color css
<style>
a { background-color: #C202CA; }
a { background-color: rgb(194,2,202); }
div.DivClassName
{
background-color: #C202CA;
}
.BgClassName
{
background-color: #C202CA;
}
</style>
border-color css
<style>
span { border-color: #C202CA; }
span { border-color: rgb(194,2,202); }
td.TdClassName
{
border-color: #C202CA;
}
.TagClassName
{
border-color: #C202CA;
}
</style>