Shades of Deep Magenta #C20BBB
Tints of Deep Magenta #C20BBB
RGB
CMYK
RGB Variations
Color information
#C20BBB (or 0xC20BBB) is known color: Deep Magenta. HEX triplet: C2, 0B and BB. RGB value is (194,11,187). Sum of RGB (Red+Green+Blue) = 194+11+187=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BBB is #3DF444. Grayscale: #555555. Windows color (decimal): -4060229 or 12258242. OLE color: 12258242.
HSL color Cylindrical-coordinate representation of color #C20BBB: hue angle of 302.3º 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 #C20BBB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 187 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.24 |
| HSL | 302.3º | 0.89% | 0.4% | - |
| HSV(B) | 302.3º | 0.94% | 0.76% | - |
| XYZ | 31.34 | 15.3 | 48.31 | - |
| YUV | 85.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 187 | 0 | 0.94 | 0.04 | 0.24 | 302.3 | 0.89 | 0.4 |
| Hex | C2 | B | BB | 0 | 5E | 4 | 18 | 12E | 59 | 28 |
| Octal | 302 | 13 | 273 | 0 | 136 | 4 | 30 | 456 | 131 | 50 |
| Binary | 11000010 | 1011 | 10111011 | 0 | 1011110 | 100 | 11000 | 100101110 | 1011001 | 101000 |
Color Harmonies of #C20BBB
Complementary color
Monochromatic Colors of #C20BBB
Black with #C20BBB
Text Example
Text Example
White with #C20BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BBB; }
p { color: rgb(194,11,187); }
H1.HeaderClassName
{
color: #C20BBB;
}
.AnyTagClassName
{
color: #C20BBB;
}
</style>
background-color css
<style>
a { background-color: #C20BBB; }
a { background-color: rgb(194,11,187); }
div.DivClassName
{
background-color: #C20BBB;
}
.BgClassName
{
background-color: #C20BBB;
}
</style>
border-color css
<style>
span { border-color: #C20BBB; }
span { border-color: rgb(194,11,187); }
td.TdClassName
{
border-color: #C20BBB;
}
.TagClassName
{
border-color: #C20BBB;
}
</style>