Shades of Deep Magenta #C00BE0
Tints of Deep Magenta #C00BE0
RGB
CMYK
RGB Variations
Color information
#C00BE0 (or 0xC00BE0) is known color: Deep Magenta. HEX triplet: C0, 0B and E0. RGB value is (192,11,224). Sum of RGB (Red+Green+Blue) = 192+11+224=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 11 (4.69% from 255 or 2.58% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #C00BE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00BE0 is #3FF41F. Grayscale: #585858. Windows color (decimal): -4191264 or 14683072. OLE color: 14683072.
HSL color Cylindrical-coordinate representation of color #C00BE0: hue angle of 290.99º 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 #C00BE0 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 11 | 224 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.12 |
| HSL | 290.99º | 0.91% | 0.46% | - |
| HSV(B) | 290.99º | 0.95% | 0.88% | - |
| XYZ | 35.31 | 16.83 | 71.91 | - |
| YUV | 89.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 224 | 0.14 | 0.95 | 0 | 0.12 | 290.99 | 0.91 | 0.46 |
| Hex | C0 | B | E0 | E | 5F | 0 | C | 123 | 5B | 2E |
| Octal | 300 | 13 | 340 | 16 | 137 | 0 | 14 | 443 | 133 | 56 |
| Binary | 11000000 | 1011 | 11100000 | 1110 | 1011111 | 0 | 1100 | 100100011 | 1011011 | 101110 |
Color Harmonies of #C00BE0
Complementary color
Monochromatic Colors of #C00BE0
Black with #C00BE0
Text Example
Text Example
White with #C00BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BE0; }
p { color: rgb(192,11,224); }
H1.HeaderClassName
{
color: #C00BE0;
}
.AnyTagClassName
{
color: #C00BE0;
}
</style>
background-color css
<style>
a { background-color: #C00BE0; }
a { background-color: rgb(192,11,224); }
div.DivClassName
{
background-color: #C00BE0;
}
.BgClassName
{
background-color: #C00BE0;
}
</style>
border-color css
<style>
span { border-color: #C00BE0; }
span { border-color: rgb(192,11,224); }
td.TdClassName
{
border-color: #C00BE0;
}
.TagClassName
{
border-color: #C00BE0;
}
</style>