Shades of Deep Magenta #C20BE0
Tints of Deep Magenta #C20BE0
RGB
CMYK
RGB Variations
Color information
#C20BE0 (or 0xC20BE0) is known color: Deep Magenta. HEX triplet: C2, 0B and E0. RGB value is (194,11,224). Sum of RGB (Red+Green+Blue) = 194+11+224=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #C20BE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C20BE0 is #3DF41F. Grayscale: #595959. Windows color (decimal): -4060192 or 14683074. OLE color: 14683074.
HSL color Cylindrical-coordinate representation of color #C20BE0: hue angle of 291.55º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20BE0 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 11 | 224 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.12 |
| HSL | 291.55º | 0.91% | 0.46% | - |
| HSV(B) | 291.55º | 0.95% | 0.88% | - |
| XYZ | 35.82 | 17.09 | 71.93 | - |
| YUV | 90 | 203.63 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 224 | 0.13 | 0.95 | 0 | 0.12 | 291.55 | 0.91 | 0.46 |
| Hex | C2 | B | E0 | D | 5F | 0 | C | 124 | 5B | 2E |
| Octal | 302 | 13 | 340 | 15 | 137 | 0 | 14 | 444 | 133 | 56 |
| Binary | 11000010 | 1011 | 11100000 | 1101 | 1011111 | 0 | 1100 | 100100100 | 1011011 | 101110 |
Color Harmonies of #C20BE0
Complementary color
Monochromatic Colors of #C20BE0
Black with #C20BE0
Text Example
Text Example
White with #C20BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20BE0; }
p { color: rgb(194,11,224); }
H1.HeaderClassName
{
color: #C20BE0;
}
.AnyTagClassName
{
color: #C20BE0;
}
</style>
background-color css
<style>
a { background-color: #C20BE0; }
a { background-color: rgb(194,11,224); }
div.DivClassName
{
background-color: #C20BE0;
}
.BgClassName
{
background-color: #C20BE0;
}
</style>
border-color css
<style>
span { border-color: #C20BE0; }
span { border-color: rgb(194,11,224); }
td.TdClassName
{
border-color: #C20BE0;
}
.TagClassName
{
border-color: #C20BE0;
}
</style>