Shades of Deep Magenta #C204C7
Tints of Deep Magenta #C204C7
RGB
CMYK
RGB Variations
Color information
#C204C7 (or 0xC204C7) is known color: Deep Magenta. HEX triplet: C2, 04 and C7. RGB value is (194,4,199). Sum of RGB (Red+Green+Blue) = 194+4+199=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #C204C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204C7 is #3DFB38. Grayscale: #525252. Windows color (decimal): -4062009 or 13042882. OLE color: 13042882.
HSL color Cylindrical-coordinate representation of color #C204C7: hue angle of 298.46º 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 #C204C7 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 4 | 199 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.22 |
| HSL | 298.46º | 0.96% | 0.4% | - |
| HSV(B) | 298.46º | 0.98% | 0.78% | - |
| XYZ | 32.6 | 15.68 | 55.34 | - |
| YUV | 83.04 | 193.45 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 199 | 0.03 | 0.98 | 0 | 0.22 | 298.46 | 0.96 | 0.4 |
| Hex | C2 | 4 | C7 | 3 | 62 | 0 | 16 | 12A | 60 | 28 |
| Octal | 302 | 4 | 307 | 3 | 142 | 0 | 26 | 452 | 140 | 50 |
| Binary | 11000010 | 100 | 11000111 | 11 | 1100010 | 0 | 10110 | 100101010 | 1100000 | 101000 |
Color Harmonies of #C204C7
Complementary color
Monochromatic Colors of #C204C7
Black with #C204C7
Text Example
Text Example
White with #C204C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204C7; }
p { color: rgb(194,4,199); }
H1.HeaderClassName
{
color: #C204C7;
}
.AnyTagClassName
{
color: #C204C7;
}
</style>
background-color css
<style>
a { background-color: #C204C7; }
a { background-color: rgb(194,4,199); }
div.DivClassName
{
background-color: #C204C7;
}
.BgClassName
{
background-color: #C204C7;
}
</style>
border-color css
<style>
span { border-color: #C204C7; }
span { border-color: rgb(194,4,199); }
td.TdClassName
{
border-color: #C204C7;
}
.TagClassName
{
border-color: #C204C7;
}
</style>