Shades of Deep Magenta #C01BE0
Tints of Deep Magenta #C01BE0
RGB
CMYK
RGB Variations
Color information
#C01BE0 (or 0xC01BE0) is known color: Deep Magenta. HEX triplet: C0, 1B and E0. RGB value is (192,27,224). Sum of RGB (Red+Green+Blue) = 192+27+224=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #C01BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BE0 is #3FE41F. Grayscale: #626262. Windows color (decimal): -4187168 or 14687168. OLE color: 14687168.
HSL color Cylindrical-coordinate representation of color #C01BE0: hue angle of 290.25º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01BE0 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 27 | 224 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.12 |
| HSL | 290.25º | 0.78% | 0.49% | - |
| HSV(B) | 290.25º | 0.88% | 0.88% | - |
| XYZ | 35.58 | 17.37 | 72 | - |
| YUV | 98.79 | 198.66 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 224 | 0.14 | 0.88 | 0 | 0.12 | 290.25 | 0.78 | 0.49 |
| Hex | C0 | 1B | E0 | E | 58 | 0 | C | 122 | 4E | 31 |
| Octal | 300 | 33 | 340 | 16 | 130 | 0 | 14 | 442 | 116 | 61 |
| Binary | 11000000 | 11011 | 11100000 | 1110 | 1011000 | 0 | 1100 | 100100010 | 1001110 | 110001 |
Color Harmonies of #C01BE0
Complementary color
Monochromatic Colors of #C01BE0
Black with #C01BE0
Text Example
Text Example
White with #C01BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BE0; }
p { color: rgb(192,27,224); }
H1.HeaderClassName
{
color: #C01BE0;
}
.AnyTagClassName
{
color: #C01BE0;
}
</style>
background-color css
<style>
a { background-color: #C01BE0; }
a { background-color: rgb(192,27,224); }
div.DivClassName
{
background-color: #C01BE0;
}
.BgClassName
{
background-color: #C01BE0;
}
</style>
border-color css
<style>
span { border-color: #C01BE0; }
span { border-color: rgb(192,27,224); }
td.TdClassName
{
border-color: #C01BE0;
}
.TagClassName
{
border-color: #C01BE0;
}
</style>