Shades of Deep Magenta #C204DF
Tints of Deep Magenta #C204DF
RGB
CMYK
RGB Variations
Color information
#C204DF (or 0xC204DF) is known color: Deep Magenta. HEX triplet: C2, 04 and DF. RGB value is (194,4,223). Sum of RGB (Red+Green+Blue) = 194+4+223=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 4 (1.95% from 255 or 0.95% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #C204DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204DF is #3DFB20. Grayscale: #555555. Windows color (decimal): -4061985 or 14615746. OLE color: 14615746.
HSL color Cylindrical-coordinate representation of color #C204DF: hue angle of 292.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204DF is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 4 | 223 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.13 |
| HSL | 292.05º | 0.96% | 0.45% | - |
| HSV(B) | 292.05º | 0.98% | 0.87% | - |
| XYZ | 35.61 | 16.88 | 71.19 | - |
| YUV | 85.78 | 205.45 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 223 | 0.13 | 0.98 | 0 | 0.13 | 292.05 | 0.96 | 0.45 |
| Hex | C2 | 4 | DF | D | 62 | 0 | D | 124 | 60 | 2D |
| Octal | 302 | 4 | 337 | 15 | 142 | 0 | 15 | 444 | 140 | 55 |
| Binary | 11000010 | 100 | 11011111 | 1101 | 1100010 | 0 | 1101 | 100100100 | 1100000 | 101101 |
Color Harmonies of #C204DF
Complementary color
Monochromatic Colors of #C204DF
Black with #C204DF
Text Example
Text Example
White with #C204DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204DF; }
p { color: rgb(194,4,223); }
H1.HeaderClassName
{
color: #C204DF;
}
.AnyTagClassName
{
color: #C204DF;
}
</style>
background-color css
<style>
a { background-color: #C204DF; }
a { background-color: rgb(194,4,223); }
div.DivClassName
{
background-color: #C204DF;
}
.BgClassName
{
background-color: #C204DF;
}
</style>
border-color css
<style>
span { border-color: #C204DF; }
span { border-color: rgb(194,4,223); }
td.TdClassName
{
border-color: #C204DF;
}
.TagClassName
{
border-color: #C204DF;
}
</style>