Shades of Deep Magenta #C01EBE
Tints of Deep Magenta #C01EBE
RGB
CMYK
RGB Variations
Color information
#C01EBE (or 0xC01EBE) is known color: Deep Magenta. HEX triplet: C0, 1E and BE. RGB value is (192,30,190). Sum of RGB (Red+Green+Blue) = 192+30+190=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EBE is #3FE141. Grayscale: #606060. Windows color (decimal): -4186434 or 12459712. OLE color: 12459712.
HSL color Cylindrical-coordinate representation of color #C01EBE: hue angle of 300.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01EBE is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 190 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.25 |
| HSL | 300.74º | 0.73% | 0.44% | - |
| HSV(B) | 300.74º | 0.84% | 0.75% | - |
| XYZ | 31.5 | 15.85 | 50.12 | - |
| YUV | 96.68 | 180.67 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 190 | 0 | 0.84 | 0.01 | 0.25 | 300.74 | 0.73 | 0.44 |
| Hex | C0 | 1E | BE | 0 | 54 | 1 | 19 | 12D | 49 | 2C |
| Octal | 300 | 36 | 276 | 0 | 124 | 1 | 31 | 455 | 111 | 54 |
| Binary | 11000000 | 11110 | 10111110 | 0 | 1010100 | 1 | 11001 | 100101101 | 1001001 | 101100 |
Color Harmonies of #C01EBE
Complementary color
Monochromatic Colors of #C01EBE
Black with #C01EBE
Text Example
Text Example
White with #C01EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EBE; }
p { color: rgb(192,30,190); }
H1.HeaderClassName
{
color: #C01EBE;
}
.AnyTagClassName
{
color: #C01EBE;
}
</style>
background-color css
<style>
a { background-color: #C01EBE; }
a { background-color: rgb(192,30,190); }
div.DivClassName
{
background-color: #C01EBE;
}
.BgClassName
{
background-color: #C01EBE;
}
</style>
border-color css
<style>
span { border-color: #C01EBE; }
span { border-color: rgb(192,30,190); }
td.TdClassName
{
border-color: #C01EBE;
}
.TagClassName
{
border-color: #C01EBE;
}
</style>