Shades of Deep Magenta #C204C8
Tints of Deep Magenta #C204C8
RGB
CMYK
RGB Variations
Color information
#C204C8 (or 0xC204C8) is known color: Deep Magenta. HEX triplet: C2, 04 and C8. RGB value is (194,4,200). Sum of RGB (Red+Green+Blue) = 194+4+200=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #C204C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204C8 is #3DFB37. Grayscale: #525252. Windows color (decimal): -4062008 or 13108418. OLE color: 13108418.
HSL color Cylindrical-coordinate representation of color #C204C8: hue angle of 298.16º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204C8 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 4 | 200 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.22 |
| HSL | 298.16º | 0.96% | 0.4% | - |
| HSV(B) | 298.16º | 0.98% | 0.78% | - |
| XYZ | 32.72 | 15.73 | 55.95 | - |
| YUV | 83.15 | 193.95 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 200 | 0.03 | 0.98 | 0 | 0.22 | 298.16 | 0.96 | 0.4 |
| Hex | C2 | 4 | C8 | 3 | 62 | 0 | 16 | 12A | 60 | 28 |
| Octal | 302 | 4 | 310 | 3 | 142 | 0 | 26 | 452 | 140 | 50 |
| Binary | 11000010 | 100 | 11001000 | 11 | 1100010 | 0 | 10110 | 100101010 | 1100000 | 101000 |
Color Harmonies of #C204C8
Complementary color
Monochromatic Colors of #C204C8
Black with #C204C8
Text Example
Text Example
White with #C204C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204C8; }
p { color: rgb(194,4,200); }
H1.HeaderClassName
{
color: #C204C8;
}
.AnyTagClassName
{
color: #C204C8;
}
</style>
background-color css
<style>
a { background-color: #C204C8; }
a { background-color: rgb(194,4,200); }
div.DivClassName
{
background-color: #C204C8;
}
.BgClassName
{
background-color: #C204C8;
}
</style>
border-color css
<style>
span { border-color: #C204C8; }
span { border-color: rgb(194,4,200); }
td.TdClassName
{
border-color: #C204C8;
}
.TagClassName
{
border-color: #C204C8;
}
</style>