Shades of Deep Magenta #C204BB
Tints of Deep Magenta #C204BB
RGB
CMYK
RGB Variations
Color information
#C204BB (or 0xC204BB) is known color: Deep Magenta. HEX triplet: C2, 04 and BB. RGB value is (194,4,187). Sum of RGB (Red+Green+Blue) = 194+4+187=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C204BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204BB is #3DFB44. Grayscale: #515151. Windows color (decimal): -4062021 or 12256450. OLE color: 12256450.
HSL color Cylindrical-coordinate representation of color #C204BB: hue angle of 302.21º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204BB is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.24 |
| HSL | 302.21º | 0.96% | 0.39% | - |
| HSV(B) | 302.21º | 0.98% | 0.76% | - |
| XYZ | 31.26 | 15.14 | 48.29 | - |
| YUV | 81.67 | 187.45 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 187 | 0 | 0.98 | 0.04 | 0.24 | 302.21 | 0.96 | 0.39 |
| Hex | C2 | 4 | BB | 0 | 62 | 4 | 18 | 12E | 60 | 27 |
| Octal | 302 | 4 | 273 | 0 | 142 | 4 | 30 | 456 | 140 | 47 |
| Binary | 11000010 | 100 | 10111011 | 0 | 1100010 | 100 | 11000 | 100101110 | 1100000 | 100111 |
Color Harmonies of #C204BB
Complementary color
Monochromatic Colors of #C204BB
Black with #C204BB
Text Example
Text Example
White with #C204BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204BB; }
p { color: rgb(194,4,187); }
H1.HeaderClassName
{
color: #C204BB;
}
.AnyTagClassName
{
color: #C204BB;
}
</style>
background-color css
<style>
a { background-color: #C204BB; }
a { background-color: rgb(194,4,187); }
div.DivClassName
{
background-color: #C204BB;
}
.BgClassName
{
background-color: #C204BB;
}
</style>
border-color css
<style>
span { border-color: #C204BB; }
span { border-color: rgb(194,4,187); }
td.TdClassName
{
border-color: #C204BB;
}
.TagClassName
{
border-color: #C204BB;
}
</style>