Shades of Deep Magenta #C202DC
Tints of Deep Magenta #C202DC
RGB
CMYK
RGB Variations
Color information
#C202DC (or 0xC202DC) is known color: Deep Magenta. HEX triplet: C2, 02 and DC. RGB value is (194,2,220). Sum of RGB (Red+Green+Blue) = 194+2+220=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #C202DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202DC is #3DFD23. Grayscale: #535353. Windows color (decimal): -4062500 or 14418626. OLE color: 14418626.
HSL color Cylindrical-coordinate representation of color #C202DC: hue angle of 292.84º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202DC is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 2 | 220 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.14 |
| HSL | 292.84º | 0.98% | 0.44% | - |
| HSV(B) | 292.84º | 0.99% | 0.86% | - |
| XYZ | 35.19 | 16.68 | 69.08 | - |
| YUV | 84.26 | 204.61 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 220 | 0.12 | 0.99 | 0 | 0.14 | 292.84 | 0.98 | 0.44 |
| Hex | C2 | 2 | DC | C | 63 | 0 | E | 125 | 62 | 2C |
| Octal | 302 | 2 | 334 | 14 | 143 | 0 | 16 | 445 | 142 | 54 |
| Binary | 11000010 | 10 | 11011100 | 1100 | 1100011 | 0 | 1110 | 100100101 | 1100010 | 101100 |
Color Harmonies of #C202DC
Complementary color
Monochromatic Colors of #C202DC
Black with #C202DC
Text Example
Text Example
White with #C202DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202DC; }
p { color: rgb(194,2,220); }
H1.HeaderClassName
{
color: #C202DC;
}
.AnyTagClassName
{
color: #C202DC;
}
</style>
background-color css
<style>
a { background-color: #C202DC; }
a { background-color: rgb(194,2,220); }
div.DivClassName
{
background-color: #C202DC;
}
.BgClassName
{
background-color: #C202DC;
}
</style>
border-color css
<style>
span { border-color: #C202DC; }
span { border-color: rgb(194,2,220); }
td.TdClassName
{
border-color: #C202DC;
}
.TagClassName
{
border-color: #C202DC;
}
</style>