Shades of Deep Magenta #C204CE
Tints of Deep Magenta #C204CE
RGB
CMYK
RGB Variations
Color information
#C204CE (or 0xC204CE) is known color: Deep Magenta. HEX triplet: C2, 04 and CE. RGB value is (194,4,206). Sum of RGB (Red+Green+Blue) = 194+4+206=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #C204CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204CE is #3DFB31. Grayscale: #535353. Windows color (decimal): -4062002 or 13501634. OLE color: 13501634.
HSL color Cylindrical-coordinate representation of color #C204CE: hue angle of 296.44º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204CE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 4 | 206 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.19 |
| HSL | 296.44º | 0.96% | 0.41% | - |
| HSV(B) | 296.44º | 0.98% | 0.81% | - |
| XYZ | 33.43 | 16.01 | 59.72 | - |
| YUV | 83.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 206 | 0.06 | 0.98 | 0 | 0.19 | 296.44 | 0.96 | 0.41 |
| Hex | C2 | 4 | CE | 6 | 62 | 0 | 13 | 128 | 60 | 29 |
| Octal | 302 | 4 | 316 | 6 | 142 | 0 | 23 | 450 | 140 | 51 |
| Binary | 11000010 | 100 | 11001110 | 110 | 1100010 | 0 | 10011 | 100101000 | 1100000 | 101001 |
Color Harmonies of #C204CE
Complementary color
Monochromatic Colors of #C204CE
Black with #C204CE
Text Example
Text Example
White with #C204CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204CE; }
p { color: rgb(194,4,206); }
H1.HeaderClassName
{
color: #C204CE;
}
.AnyTagClassName
{
color: #C204CE;
}
</style>
background-color css
<style>
a { background-color: #C204CE; }
a { background-color: rgb(194,4,206); }
div.DivClassName
{
background-color: #C204CE;
}
.BgClassName
{
background-color: #C204CE;
}
</style>
border-color css
<style>
span { border-color: #C204CE; }
span { border-color: rgb(194,4,206); }
td.TdClassName
{
border-color: #C204CE;
}
.TagClassName
{
border-color: #C204CE;
}
</style>