Shades of Deep Magenta #C204DB
Tints of Deep Magenta #C204DB
RGB
CMYK
RGB Variations
Color information
#C204DB (or 0xC204DB) is known color: Deep Magenta. HEX triplet: C2, 04 and DB. RGB value is (194,4,219). Sum of RGB (Red+Green+Blue) = 194+4+219=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #C204DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204DB is #3DFB24. Grayscale: #545454. Windows color (decimal): -4061989 or 14353602. OLE color: 14353602.
HSL color Cylindrical-coordinate representation of color #C204DB: hue angle of 293.02º 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 #C204DB is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 4 | 219 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.14 |
| HSL | 293.02º | 0.96% | 0.44% | - |
| HSV(B) | 293.02º | 0.98% | 0.86% | - |
| XYZ | 35.08 | 16.67 | 68.39 | - |
| YUV | 85.32 | 203.45 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 219 | 0.11 | 0.98 | 0 | 0.14 | 293.02 | 0.96 | 0.44 |
| Hex | C2 | 4 | DB | B | 62 | 0 | E | 125 | 60 | 2C |
| Octal | 302 | 4 | 333 | 13 | 142 | 0 | 16 | 445 | 140 | 54 |
| Binary | 11000010 | 100 | 11011011 | 1011 | 1100010 | 0 | 1110 | 100100101 | 1100000 | 101100 |
Color Harmonies of #C204DB
Complementary color
Monochromatic Colors of #C204DB
Black with #C204DB
Text Example
Text Example
White with #C204DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204DB; }
p { color: rgb(194,4,219); }
H1.HeaderClassName
{
color: #C204DB;
}
.AnyTagClassName
{
color: #C204DB;
}
</style>
background-color css
<style>
a { background-color: #C204DB; }
a { background-color: rgb(194,4,219); }
div.DivClassName
{
background-color: #C204DB;
}
.BgClassName
{
background-color: #C204DB;
}
</style>
border-color css
<style>
span { border-color: #C204DB; }
span { border-color: rgb(194,4,219); }
td.TdClassName
{
border-color: #C204DB;
}
.TagClassName
{
border-color: #C204DB;
}
</style>