Shades of Deep Magenta #C202DF
Tints of Deep Magenta #C202DF
RGB
CMYK
RGB Variations
Color information
#C202DF (or 0xC202DF) is known color: Deep Magenta. HEX triplet: C2, 02 and DF. RGB value is (194,2,223). Sum of RGB (Red+Green+Blue) = 194+2+223=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 2 (1.17% from 255 or 0.48% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #C202DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202DF is #3DFD20. Grayscale: #535353. Windows color (decimal): -4062497 or 14615234. OLE color: 14615234.
HSL color Cylindrical-coordinate representation of color #C202DF: hue angle of 292.13º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202DF is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 2 | 223 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.13 |
| HSL | 292.13º | 0.98% | 0.44% | - |
| HSV(B) | 292.13º | 0.99% | 0.87% | - |
| XYZ | 35.59 | 16.84 | 71.19 | - |
| YUV | 84.6 | 206.11 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 223 | 0.13 | 0.99 | 0 | 0.13 | 292.13 | 0.98 | 0.44 |
| Hex | C2 | 2 | DF | D | 63 | 0 | D | 124 | 62 | 2C |
| Octal | 302 | 2 | 337 | 15 | 143 | 0 | 15 | 444 | 142 | 54 |
| Binary | 11000010 | 10 | 11011111 | 1101 | 1100011 | 0 | 1101 | 100100100 | 1100010 | 101100 |
Color Harmonies of #C202DF
Complementary color
Monochromatic Colors of #C202DF
Black with #C202DF
Text Example
Text Example
White with #C202DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202DF; }
p { color: rgb(194,2,223); }
H1.HeaderClassName
{
color: #C202DF;
}
.AnyTagClassName
{
color: #C202DF;
}
</style>
background-color css
<style>
a { background-color: #C202DF; }
a { background-color: rgb(194,2,223); }
div.DivClassName
{
background-color: #C202DF;
}
.BgClassName
{
background-color: #C202DF;
}
</style>
border-color css
<style>
span { border-color: #C202DF; }
span { border-color: rgb(194,2,223); }
td.TdClassName
{
border-color: #C202DF;
}
.TagClassName
{
border-color: #C202DF;
}
</style>