Shades of Deep Magenta #C202DD
Tints of Deep Magenta #C202DD
RGB
CMYK
RGB Variations
Color information
#C202DD (or 0xC202DD) is known color: Deep Magenta. HEX triplet: C2, 02 and DD. RGB value is (194,2,221). Sum of RGB (Red+Green+Blue) = 194+2+221=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #C202DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202DD is #3DFD22. Grayscale: #535353. Windows color (decimal): -4062499 or 14484162. OLE color: 14484162.
HSL color Cylindrical-coordinate representation of color #C202DD: hue angle of 292.6º 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 #C202DD is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 2 | 221 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.13 |
| HSL | 292.6º | 0.98% | 0.44% | - |
| HSV(B) | 292.6º | 0.99% | 0.87% | - |
| XYZ | 35.32 | 16.73 | 69.77 | - |
| YUV | 84.37 | 205.11 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 221 | 0.12 | 0.99 | 0 | 0.13 | 292.6 | 0.98 | 0.44 |
| Hex | C2 | 2 | DD | C | 63 | 0 | D | 125 | 62 | 2C |
| Octal | 302 | 2 | 335 | 14 | 143 | 0 | 15 | 445 | 142 | 54 |
| Binary | 11000010 | 10 | 11011101 | 1100 | 1100011 | 0 | 1101 | 100100101 | 1100010 | 101100 |
Color Harmonies of #C202DD
Complementary color
Monochromatic Colors of #C202DD
Black with #C202DD
Text Example
Text Example
White with #C202DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202DD; }
p { color: rgb(194,2,221); }
H1.HeaderClassName
{
color: #C202DD;
}
.AnyTagClassName
{
color: #C202DD;
}
</style>
background-color css
<style>
a { background-color: #C202DD; }
a { background-color: rgb(194,2,221); }
div.DivClassName
{
background-color: #C202DD;
}
.BgClassName
{
background-color: #C202DD;
}
</style>
border-color css
<style>
span { border-color: #C202DD; }
span { border-color: rgb(194,2,221); }
td.TdClassName
{
border-color: #C202DD;
}
.TagClassName
{
border-color: #C202DD;
}
</style>