Shades of Deep Magenta #C00CE0
Tints of Deep Magenta #C00CE0
RGB
CMYK
RGB Variations
Color information
#C00CE0 (or 0xC00CE0) is known color: Deep Magenta. HEX triplet: C0, 0C and E0. RGB value is (192,12,224). Sum of RGB (Red+Green+Blue) = 192+12+224=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 12 (5.08% from 255 or 2.80% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #C00CE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C00CE0 is #3FF31F. Grayscale: #595959. Windows color (decimal): -4191008 or 14683328. OLE color: 14683328.
HSL color Cylindrical-coordinate representation of color #C00CE0: hue angle of 290.94º degrees, saturation: 0.9, 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 #C00CE0 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 12 | 224 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.12 |
| HSL | 290.94º | 0.9% | 0.46% | - |
| HSV(B) | 290.94º | 0.95% | 0.88% | - |
| XYZ | 35.32 | 16.85 | 71.91 | - |
| YUV | 89.99 | 203.63 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 224 | 0.14 | 0.95 | 0 | 0.12 | 290.94 | 0.9 | 0.46 |
| Hex | C0 | C | E0 | E | 5F | 0 | C | 123 | 5A | 2E |
| Octal | 300 | 14 | 340 | 16 | 137 | 0 | 14 | 443 | 132 | 56 |
| Binary | 11000000 | 1100 | 11100000 | 1110 | 1011111 | 0 | 1100 | 100100011 | 1011010 | 101110 |
Color Harmonies of #C00CE0
Complementary color
Monochromatic Colors of #C00CE0
Black with #C00CE0
Text Example
Text Example
White with #C00CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CE0; }
p { color: rgb(192,12,224); }
H1.HeaderClassName
{
color: #C00CE0;
}
.AnyTagClassName
{
color: #C00CE0;
}
</style>
background-color css
<style>
a { background-color: #C00CE0; }
a { background-color: rgb(192,12,224); }
div.DivClassName
{
background-color: #C00CE0;
}
.BgClassName
{
background-color: #C00CE0;
}
</style>
border-color css
<style>
span { border-color: #C00CE0; }
span { border-color: rgb(192,12,224); }
td.TdClassName
{
border-color: #C00CE0;
}
.TagClassName
{
border-color: #C00CE0;
}
</style>