Shades of Deep Magenta #C023DC
Tints of Deep Magenta #C023DC
RGB
CMYK
RGB Variations
Color information
#C023DC (or 0xC023DC) is known color: Deep Magenta. HEX triplet: C0, 23 and DC. RGB value is (192,35,220). Sum of RGB (Red+Green+Blue) = 192+35+220=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 35 (14.06% from 255 or 7.83% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #C023DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023DC is #3FDC23. Grayscale: #666666. Windows color (decimal): -4185124 or 14427072. OLE color: 14427072.
HSL color Cylindrical-coordinate representation of color #C023DC: hue angle of 290.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C023DC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 35 | 220 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.14 |
| HSL | 290.92º | 0.73% | 0.5% | - |
| HSV(B) | 290.92º | 0.84% | 0.86% | - |
| XYZ | 35.26 | 17.58 | 69.24 | - |
| YUV | 103.03 | 194.01 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 220 | 0.13 | 0.84 | 0 | 0.14 | 290.92 | 0.73 | 0.5 |
| Hex | C0 | 23 | DC | D | 54 | 0 | E | 123 | 49 | 32 |
| Octal | 300 | 43 | 334 | 15 | 124 | 0 | 16 | 443 | 111 | 62 |
| Binary | 11000000 | 100011 | 11011100 | 1101 | 1010100 | 0 | 1110 | 100100011 | 1001001 | 110010 |
Color Harmonies of #C023DC
Complementary color
Monochromatic Colors of #C023DC
Black with #C023DC
Text Example
Text Example
White with #C023DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023DC; }
p { color: rgb(192,35,220); }
H1.HeaderClassName
{
color: #C023DC;
}
.AnyTagClassName
{
color: #C023DC;
}
</style>
background-color css
<style>
a { background-color: #C023DC; }
a { background-color: rgb(192,35,220); }
div.DivClassName
{
background-color: #C023DC;
}
.BgClassName
{
background-color: #C023DC;
}
</style>
border-color css
<style>
span { border-color: #C023DC; }
span { border-color: rgb(192,35,220); }
td.TdClassName
{
border-color: #C023DC;
}
.TagClassName
{
border-color: #C023DC;
}
</style>