Shades of Deep Magenta #C202D6
Tints of Deep Magenta #C202D6
RGB
CMYK
RGB Variations
Color information
#C202D6 (or 0xC202D6) is known color: Deep Magenta. HEX triplet: C2, 02 and D6. RGB value is (194,2,214). Sum of RGB (Red+Green+Blue) = 194+2+214=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 214 (83.98% from 255 or 52.20% from 410); Max value from RGB is 214 - color contains mainly: blue. Hex color #C202D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202D6 is #3DFD29. Grayscale: #525252. Windows color (decimal): -4062506 or 14025410. OLE color: 14025410.
HSL color Cylindrical-coordinate representation of color #C202D6: hue angle of 294.34º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202D6 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 2 | 214 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.16 |
| HSL | 294.34º | 0.98% | 0.42% | - |
| HSV(B) | 294.34º | 0.99% | 0.84% | - |
| XYZ | 34.41 | 16.37 | 64.96 | - |
| YUV | 83.58 | 201.61 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 214 | 0.09 | 0.99 | 0 | 0.16 | 294.34 | 0.98 | 0.42 |
| Hex | C2 | 2 | D6 | 9 | 63 | 0 | 10 | 126 | 62 | 2A |
| Octal | 302 | 2 | 326 | 11 | 143 | 0 | 20 | 446 | 142 | 52 |
| Binary | 11000010 | 10 | 11010110 | 1001 | 1100011 | 0 | 10000 | 100100110 | 1100010 | 101010 |
Color Harmonies of #C202D6
Complementary color
Monochromatic Colors of #C202D6
Black with #C202D6
Text Example
Text Example
White with #C202D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202D6; }
p { color: rgb(194,2,214); }
H1.HeaderClassName
{
color: #C202D6;
}
.AnyTagClassName
{
color: #C202D6;
}
</style>
background-color css
<style>
a { background-color: #C202D6; }
a { background-color: rgb(194,2,214); }
div.DivClassName
{
background-color: #C202D6;
}
.BgClassName
{
background-color: #C202D6;
}
</style>
border-color css
<style>
span { border-color: #C202D6; }
span { border-color: rgb(194,2,214); }
td.TdClassName
{
border-color: #C202D6;
}
.TagClassName
{
border-color: #C202D6;
}
</style>