Shades of Deep Magenta #C023E0
Tints of Deep Magenta #C023E0
RGB
CMYK
RGB Variations
Color information
#C023E0 (or 0xC023E0) is known color: Deep Magenta. HEX triplet: C0, 23 and E0. RGB value is (192,35,224). Sum of RGB (Red+Green+Blue) = 192+35+224=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 35 (14.06% from 255 or 7.76% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #C023E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023E0 is #3FDC1F. Grayscale: #666666. Windows color (decimal): -4185120 or 14689216. OLE color: 14689216.
HSL color Cylindrical-coordinate representation of color #C023E0: hue angle of 289.84º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C023E0 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 35 | 224 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.12 |
| HSL | 289.84º | 0.75% | 0.51% | - |
| HSV(B) | 289.84º | 0.84% | 0.88% | - |
| XYZ | 35.79 | 17.79 | 72.07 | - |
| YUV | 103.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 224 | 0.14 | 0.84 | 0 | 0.12 | 289.84 | 0.75 | 0.51 |
| Hex | C0 | 23 | E0 | E | 54 | 0 | C | 122 | 4B | 33 |
| Octal | 300 | 43 | 340 | 16 | 124 | 0 | 14 | 442 | 113 | 63 |
| Binary | 11000000 | 100011 | 11100000 | 1110 | 1010100 | 0 | 1100 | 100100010 | 1001011 | 110011 |
Color Harmonies of #C023E0
Complementary color
Monochromatic Colors of #C023E0
Black with #C023E0
Text Example
Text Example
White with #C023E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023E0; }
p { color: rgb(192,35,224); }
H1.HeaderClassName
{
color: #C023E0;
}
.AnyTagClassName
{
color: #C023E0;
}
</style>
background-color css
<style>
a { background-color: #C023E0; }
a { background-color: rgb(192,35,224); }
div.DivClassName
{
background-color: #C023E0;
}
.BgClassName
{
background-color: #C023E0;
}
</style>
border-color css
<style>
span { border-color: #C023E0; }
span { border-color: rgb(192,35,224); }
td.TdClassName
{
border-color: #C023E0;
}
.TagClassName
{
border-color: #C023E0;
}
</style>