Shades of Deep Magenta #C01EBF
Tints of Deep Magenta #C01EBF
RGB
CMYK
RGB Variations
Color information
#C01EBF (or 0xC01EBF) is known color: Deep Magenta. HEX triplet: C0, 1E and BF. RGB value is (192,30,191). Sum of RGB (Red+Green+Blue) = 192+30+191=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EBF is #3FE140. Grayscale: #606060. Windows color (decimal): -4186433 or 12525248. OLE color: 12525248.
HSL color Cylindrical-coordinate representation of color #C01EBF: hue angle of 300.37º 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 #C01EBF is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 191 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.25 |
| HSL | 300.37º | 0.73% | 0.44% | - |
| HSV(B) | 300.37º | 0.84% | 0.75% | - |
| XYZ | 31.61 | 15.9 | 50.69 | - |
| YUV | 96.79 | 181.17 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 191 | 0 | 0.84 | 0.01 | 0.25 | 300.37 | 0.73 | 0.44 |
| Hex | C0 | 1E | BF | 0 | 54 | 1 | 19 | 12C | 49 | 2C |
| Octal | 300 | 36 | 277 | 0 | 124 | 1 | 31 | 454 | 111 | 54 |
| Binary | 11000000 | 11110 | 10111111 | 0 | 1010100 | 1 | 11001 | 100101100 | 1001001 | 101100 |
Color Harmonies of #C01EBF
Complementary color
Monochromatic Colors of #C01EBF
Black with #C01EBF
Text Example
Text Example
White with #C01EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EBF; }
p { color: rgb(192,30,191); }
H1.HeaderClassName
{
color: #C01EBF;
}
.AnyTagClassName
{
color: #C01EBF;
}
</style>
background-color css
<style>
a { background-color: #C01EBF; }
a { background-color: rgb(192,30,191); }
div.DivClassName
{
background-color: #C01EBF;
}
.BgClassName
{
background-color: #C01EBF;
}
</style>
border-color css
<style>
span { border-color: #C01EBF; }
span { border-color: rgb(192,30,191); }
td.TdClassName
{
border-color: #C01EBF;
}
.TagClassName
{
border-color: #C01EBF;
}
</style>