Shades of Deep Magenta #C20BBC
Tints of Deep Magenta #C20BBC
RGB
CMYK
RGB Variations
Color information
#C20BBC (or 0xC20BBC) is known color: Deep Magenta. HEX triplet: C2, 0B and BC. RGB value is (194,11,188). Sum of RGB (Red+Green+Blue) = 194+11+188=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BBC is #3DF443. Grayscale: #555555. Windows color (decimal): -4060228 or 12323778. OLE color: 12323778.
HSL color Cylindrical-coordinate representation of color #C20BBC: hue angle of 301.97º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20BBC is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 188 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.24 |
| HSL | 301.97º | 0.89% | 0.4% | - |
| HSV(B) | 301.97º | 0.94% | 0.76% | - |
| XYZ | 31.44 | 15.34 | 48.88 | - |
| YUV | 85.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 188 | 0 | 0.94 | 0.03 | 0.24 | 301.97 | 0.89 | 0.4 |
| Hex | C2 | B | BC | 0 | 5E | 3 | 18 | 12E | 59 | 28 |
| Octal | 302 | 13 | 274 | 0 | 136 | 3 | 30 | 456 | 131 | 50 |
| Binary | 11000010 | 1011 | 10111100 | 0 | 1011110 | 11 | 11000 | 100101110 | 1011001 | 101000 |
Color Harmonies of #C20BBC
Complementary color
Monochromatic Colors of #C20BBC
Black with #C20BBC
Text Example
Text Example
White with #C20BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BBC; }
p { color: rgb(194,11,188); }
H1.HeaderClassName
{
color: #C20BBC;
}
.AnyTagClassName
{
color: #C20BBC;
}
</style>
background-color css
<style>
a { background-color: #C20BBC; }
a { background-color: rgb(194,11,188); }
div.DivClassName
{
background-color: #C20BBC;
}
.BgClassName
{
background-color: #C20BBC;
}
</style>
border-color css
<style>
span { border-color: #C20BBC; }
span { border-color: rgb(194,11,188); }
td.TdClassName
{
border-color: #C20BBC;
}
.TagClassName
{
border-color: #C20BBC;
}
</style>