Shades of Deep Magenta #C202CE
Tints of Deep Magenta #C202CE
RGB
CMYK
RGB Variations
Color information
#C202CE (or 0xC202CE) is known color: Deep Magenta. HEX triplet: C2, 02 and CE. RGB value is (194,2,206). Sum of RGB (Red+Green+Blue) = 194+2+206=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #C202CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202CE is #3DFD31. Grayscale: #525252. Windows color (decimal): -4062514 or 13501122. OLE color: 13501122.
HSL color Cylindrical-coordinate representation of color #C202CE: hue angle of 296.47º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202CE is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 2 | 206 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.19 |
| HSL | 296.47º | 0.98% | 0.41% | - |
| HSV(B) | 296.47º | 0.99% | 0.81% | - |
| XYZ | 33.41 | 15.97 | 59.71 | - |
| YUV | 82.66 | 197.61 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 206 | 0.06 | 0.99 | 0 | 0.19 | 296.47 | 0.98 | 0.41 |
| Hex | C2 | 2 | CE | 6 | 63 | 0 | 13 | 128 | 62 | 29 |
| Octal | 302 | 2 | 316 | 6 | 143 | 0 | 23 | 450 | 142 | 51 |
| Binary | 11000010 | 10 | 11001110 | 110 | 1100011 | 0 | 10011 | 100101000 | 1100010 | 101001 |
Color Harmonies of #C202CE
Complementary color
Monochromatic Colors of #C202CE
Black with #C202CE
Text Example
Text Example
White with #C202CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202CE; }
p { color: rgb(194,2,206); }
H1.HeaderClassName
{
color: #C202CE;
}
.AnyTagClassName
{
color: #C202CE;
}
</style>
background-color css
<style>
a { background-color: #C202CE; }
a { background-color: rgb(194,2,206); }
div.DivClassName
{
background-color: #C202CE;
}
.BgClassName
{
background-color: #C202CE;
}
</style>
border-color css
<style>
span { border-color: #C202CE; }
span { border-color: rgb(194,2,206); }
td.TdClassName
{
border-color: #C202CE;
}
.TagClassName
{
border-color: #C202CE;
}
</style>