Shades of Deep Magenta #C20CBB
Tints of Deep Magenta #C20CBB
RGB
CMYK
RGB Variations
Color information
#C20CBB (or 0xC20CBB) is known color: Deep Magenta. HEX triplet: C2, 0C and BB. RGB value is (194,12,187). Sum of RGB (Red+Green+Blue) = 194+12+187=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C20CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20CBB is #3DF344. Grayscale: #555555. Windows color (decimal): -4059973 or 12258498. OLE color: 12258498.
HSL color Cylindrical-coordinate representation of color #C20CBB: hue angle of 302.31º degrees, saturation: 0.88, 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 #C20CBB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.24 |
| HSL | 302.31º | 0.88% | 0.4% | - |
| HSV(B) | 302.31º | 0.94% | 0.76% | - |
| XYZ | 31.35 | 15.32 | 48.32 | - |
| YUV | 86.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 187 | 0 | 0.94 | 0.04 | 0.24 | 302.31 | 0.88 | 0.4 |
| Hex | C2 | C | BB | 0 | 5E | 4 | 18 | 12E | 58 | 28 |
| Octal | 302 | 14 | 273 | 0 | 136 | 4 | 30 | 456 | 130 | 50 |
| Binary | 11000010 | 1100 | 10111011 | 0 | 1011110 | 100 | 11000 | 100101110 | 1011000 | 101000 |
Color Harmonies of #C20CBB
Complementary color
Monochromatic Colors of #C20CBB
Black with #C20CBB
Text Example
Text Example
White with #C20CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CBB; }
p { color: rgb(194,12,187); }
H1.HeaderClassName
{
color: #C20CBB;
}
.AnyTagClassName
{
color: #C20CBB;
}
</style>
background-color css
<style>
a { background-color: #C20CBB; }
a { background-color: rgb(194,12,187); }
div.DivClassName
{
background-color: #C20CBB;
}
.BgClassName
{
background-color: #C20CBB;
}
</style>
border-color css
<style>
span { border-color: #C20CBB; }
span { border-color: rgb(194,12,187); }
td.TdClassName
{
border-color: #C20CBB;
}
.TagClassName
{
border-color: #C20CBB;
}
</style>