Shades of Deep Magenta #C204DD
Tints of Deep Magenta #C204DD
RGB
CMYK
RGB Variations
Color information
#C204DD (or 0xC204DD) is known color: Deep Magenta. HEX triplet: C2, 04 and DD. RGB value is (194,4,221). Sum of RGB (Red+Green+Blue) = 194+4+221=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #C204DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204DD is #3DFB22. Grayscale: #545454. Windows color (decimal): -4061987 or 14484674. OLE color: 14484674.
HSL color Cylindrical-coordinate representation of color #C204DD: hue angle of 292.53º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204DD is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 4 | 221 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.13 |
| HSL | 292.53º | 0.96% | 0.44% | - |
| HSV(B) | 292.53º | 0.98% | 0.87% | - |
| XYZ | 35.34 | 16.78 | 69.78 | - |
| YUV | 85.55 | 204.45 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 221 | 0.12 | 0.98 | 0 | 0.13 | 292.53 | 0.96 | 0.44 |
| Hex | C2 | 4 | DD | C | 62 | 0 | D | 125 | 60 | 2C |
| Octal | 302 | 4 | 335 | 14 | 142 | 0 | 15 | 445 | 140 | 54 |
| Binary | 11000010 | 100 | 11011101 | 1100 | 1100010 | 0 | 1101 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C204DD
Complementary color
Monochromatic Colors of #C204DD
Black with #C204DD
Text Example
Text Example
White with #C204DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204DD; }
p { color: rgb(194,4,221); }
H1.HeaderClassName
{
color: #C204DD;
}
.AnyTagClassName
{
color: #C204DD;
}
</style>
background-color css
<style>
a { background-color: #C204DD; }
a { background-color: rgb(194,4,221); }
div.DivClassName
{
background-color: #C204DD;
}
.BgClassName
{
background-color: #C204DD;
}
</style>
border-color css
<style>
span { border-color: #C204DD; }
span { border-color: rgb(194,4,221); }
td.TdClassName
{
border-color: #C204DD;
}
.TagClassName
{
border-color: #C204DD;
}
</style>