Shades of Deep Magenta #C01EB2
Tints of Deep Magenta #C01EB2
RGB
CMYK
RGB Variations
Color information
#C01EB2 (or 0xC01EB2) is known color: Deep Magenta. HEX triplet: C0, 1E and B2. RGB value is (192,30,178). Sum of RGB (Red+Green+Blue) = 192+30+178=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C01EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01EB2 is #3FE14D. Grayscale: #5E5E5E. Windows color (decimal): -4186446 or 11673280. OLE color: 11673280.
HSL color Cylindrical-coordinate representation of color #C01EB2: hue angle of 305.19º 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 #C01EB2 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 178 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.25 |
| HSL | 305.19º | 0.73% | 0.44% | - |
| HSV(B) | 305.19º | 0.84% | 0.75% | - |
| XYZ | 30.24 | 15.35 | 43.49 | - |
| YUV | 95.31 | 174.67 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 178 | 0 | 0.84 | 0.07 | 0.25 | 305.19 | 0.73 | 0.44 |
| Hex | C0 | 1E | B2 | 0 | 54 | 7 | 19 | 131 | 49 | 2C |
| Octal | 300 | 36 | 262 | 0 | 124 | 7 | 31 | 461 | 111 | 54 |
| Binary | 11000000 | 11110 | 10110010 | 0 | 1010100 | 111 | 11001 | 100110001 | 1001001 | 101100 |
Color Harmonies of #C01EB2
Complementary color
Monochromatic Colors of #C01EB2
Black with #C01EB2
Text Example
Text Example
White with #C01EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EB2; }
p { color: rgb(192,30,178); }
H1.HeaderClassName
{
color: #C01EB2;
}
.AnyTagClassName
{
color: #C01EB2;
}
</style>
background-color css
<style>
a { background-color: #C01EB2; }
a { background-color: rgb(192,30,178); }
div.DivClassName
{
background-color: #C01EB2;
}
.BgClassName
{
background-color: #C01EB2;
}
</style>
border-color css
<style>
span { border-color: #C01EB2; }
span { border-color: rgb(192,30,178); }
td.TdClassName
{
border-color: #C01EB2;
}
.TagClassName
{
border-color: #C01EB2;
}
</style>