Shades of Deep Magenta #C20BB6
Tints of Deep Magenta #C20BB6
RGB
CMYK
RGB Variations
Color information
#C20BB6 (or 0xC20BB6) is known color: Deep Magenta. HEX triplet: C2, 0B and B6. RGB value is (194,11,182). Sum of RGB (Red+Green+Blue) = 194+11+182=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C20BB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BB6 is #3DF449. Grayscale: #545454. Windows color (decimal): -4060234 or 11930562. OLE color: 11930562.
HSL color Cylindrical-coordinate representation of color #C20BB6: hue angle of 303.93º 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 #C20BB6 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 182 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.24 |
| HSL | 303.93º | 0.89% | 0.4% | - |
| HSV(B) | 303.93º | 0.94% | 0.76% | - |
| XYZ | 30.81 | 15.09 | 45.54 | - |
| YUV | 85.21 | 182.63 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 182 | 0 | 0.94 | 0.06 | 0.24 | 303.93 | 0.89 | 0.4 |
| Hex | C2 | B | B6 | 0 | 5E | 6 | 18 | 130 | 59 | 28 |
| Octal | 302 | 13 | 266 | 0 | 136 | 6 | 30 | 460 | 131 | 50 |
| Binary | 11000010 | 1011 | 10110110 | 0 | 1011110 | 110 | 11000 | 100110000 | 1011001 | 101000 |
Color Harmonies of #C20BB6
Complementary color
Monochromatic Colors of #C20BB6
Black with #C20BB6
Text Example
Text Example
White with #C20BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BB6; }
p { color: rgb(194,11,182); }
H1.HeaderClassName
{
color: #C20BB6;
}
.AnyTagClassName
{
color: #C20BB6;
}
</style>
background-color css
<style>
a { background-color: #C20BB6; }
a { background-color: rgb(194,11,182); }
div.DivClassName
{
background-color: #C20BB6;
}
.BgClassName
{
background-color: #C20BB6;
}
</style>
border-color css
<style>
span { border-color: #C20BB6; }
span { border-color: rgb(194,11,182); }
td.TdClassName
{
border-color: #C20BB6;
}
.TagClassName
{
border-color: #C20BB6;
}
</style>