Shades of Deep Magenta #C204DC
Tints of Deep Magenta #C204DC
RGB
CMYK
RGB Variations
Color information
#C204DC (or 0xC204DC) is known color: Deep Magenta. HEX triplet: C2, 04 and DC. RGB value is (194,4,220). Sum of RGB (Red+Green+Blue) = 194+4+220=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 4 (1.95% from 255 or 0.96% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #C204DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204DC is #3DFB23. Grayscale: #545454. Windows color (decimal): -4061988 or 14419138. OLE color: 14419138.
HSL color Cylindrical-coordinate representation of color #C204DC: hue angle of 292.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204DC is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 4 | 220 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.14 |
| HSL | 292.78º | 0.96% | 0.44% | - |
| HSV(B) | 292.78º | 0.98% | 0.86% | - |
| XYZ | 35.21 | 16.72 | 69.08 | - |
| YUV | 85.43 | 203.95 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 220 | 0.12 | 0.98 | 0 | 0.14 | 292.78 | 0.96 | 0.44 |
| Hex | C2 | 4 | DC | C | 62 | 0 | E | 125 | 60 | 2C |
| Octal | 302 | 4 | 334 | 14 | 142 | 0 | 16 | 445 | 140 | 54 |
| Binary | 11000010 | 100 | 11011100 | 1100 | 1100010 | 0 | 1110 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C204DC
Complementary color
Monochromatic Colors of #C204DC
Black with #C204DC
Text Example
Text Example
White with #C204DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204DC; }
p { color: rgb(194,4,220); }
H1.HeaderClassName
{
color: #C204DC;
}
.AnyTagClassName
{
color: #C204DC;
}
</style>
background-color css
<style>
a { background-color: #C204DC; }
a { background-color: rgb(194,4,220); }
div.DivClassName
{
background-color: #C204DC;
}
.BgClassName
{
background-color: #C204DC;
}
</style>
border-color css
<style>
span { border-color: #C204DC; }
span { border-color: rgb(194,4,220); }
td.TdClassName
{
border-color: #C204DC;
}
.TagClassName
{
border-color: #C204DC;
}
</style>