Shades of Deep Magenta #C204C5
Tints of Deep Magenta #C204C5
RGB
CMYK
RGB Variations
Color information
#C204C5 (or 0xC204C5) is known color: Deep Magenta. HEX triplet: C2, 04 and C5. RGB value is (194,4,197). Sum of RGB (Red+Green+Blue) = 194+4+197=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #C204C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204C5 is #3DFB3A. Grayscale: #525252. Windows color (decimal): -4062011 or 12911810. OLE color: 12911810.
HSL color Cylindrical-coordinate representation of color #C204C5: hue angle of 299.07º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204C5 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 4 | 197 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.23 |
| HSL | 299.07º | 0.96% | 0.39% | - |
| HSV(B) | 299.07º | 0.98% | 0.77% | - |
| XYZ | 32.37 | 15.59 | 54.13 | - |
| YUV | 82.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 197 | 0.02 | 0.98 | 0 | 0.23 | 299.07 | 0.96 | 0.39 |
| Hex | C2 | 4 | C5 | 2 | 62 | 0 | 17 | 12B | 60 | 27 |
| Octal | 302 | 4 | 305 | 2 | 142 | 0 | 27 | 453 | 140 | 47 |
| Binary | 11000010 | 100 | 11000101 | 10 | 1100010 | 0 | 10111 | 100101011 | 1100000 | 100111 |
Color Harmonies of #C204C5
Complementary color
Monochromatic Colors of #C204C5
Black with #C204C5
Text Example
Text Example
White with #C204C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204C5; }
p { color: rgb(194,4,197); }
H1.HeaderClassName
{
color: #C204C5;
}
.AnyTagClassName
{
color: #C204C5;
}
</style>
background-color css
<style>
a { background-color: #C204C5; }
a { background-color: rgb(194,4,197); }
div.DivClassName
{
background-color: #C204C5;
}
.BgClassName
{
background-color: #C204C5;
}
</style>
border-color css
<style>
span { border-color: #C204C5; }
span { border-color: rgb(194,4,197); }
td.TdClassName
{
border-color: #C204C5;
}
.TagClassName
{
border-color: #C204C5;
}
</style>