Shades of Deep Magenta #C204BC
Tints of Deep Magenta #C204BC
RGB
CMYK
RGB Variations
Color information
#C204BC (or 0xC204BC) is known color: Deep Magenta. HEX triplet: C2, 04 and BC. RGB value is (194,4,188). Sum of RGB (Red+Green+Blue) = 194+4+188=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 4 (1.95% from 255 or 1.04% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C204BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204BC is #3DFB43. Grayscale: #515151. Windows color (decimal): -4062020 or 12321986. OLE color: 12321986.
HSL color Cylindrical-coordinate representation of color #C204BC: hue angle of 301.89º 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 #C204BC is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.24 |
| HSL | 301.89º | 0.96% | 0.39% | - |
| HSV(B) | 301.89º | 0.98% | 0.76% | - |
| XYZ | 31.37 | 15.19 | 48.86 | - |
| YUV | 81.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 188 | 0 | 0.98 | 0.03 | 0.24 | 301.89 | 0.96 | 0.39 |
| Hex | C2 | 4 | BC | 0 | 62 | 3 | 18 | 12E | 60 | 27 |
| Octal | 302 | 4 | 274 | 0 | 142 | 3 | 30 | 456 | 140 | 47 |
| Binary | 11000010 | 100 | 10111100 | 0 | 1100010 | 11 | 11000 | 100101110 | 1100000 | 100111 |
Color Harmonies of #C204BC
Complementary color
Monochromatic Colors of #C204BC
Black with #C204BC
Text Example
Text Example
White with #C204BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204BC; }
p { color: rgb(194,4,188); }
H1.HeaderClassName
{
color: #C204BC;
}
.AnyTagClassName
{
color: #C204BC;
}
</style>
background-color css
<style>
a { background-color: #C204BC; }
a { background-color: rgb(194,4,188); }
div.DivClassName
{
background-color: #C204BC;
}
.BgClassName
{
background-color: #C204BC;
}
</style>
border-color css
<style>
span { border-color: #C204BC; }
span { border-color: rgb(194,4,188); }
td.TdClassName
{
border-color: #C204BC;
}
.TagClassName
{
border-color: #C204BC;
}
</style>