Shades of Deep Magenta #C023DB
Tints of Deep Magenta #C023DB
RGB
CMYK
RGB Variations
Color information
#C023DB (or 0xC023DB) is known color: Deep Magenta. HEX triplet: C0, 23 and DB. RGB value is (192,35,219). Sum of RGB (Red+Green+Blue) = 192+35+219=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 35 (14.06% from 255 or 7.85% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #C023DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023DB is #3FDC24. Grayscale: #666666. Windows color (decimal): -4185125 or 14361536. OLE color: 14361536.
HSL color Cylindrical-coordinate representation of color #C023DB: hue angle of 291.2º degrees, saturation: 0.72, 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 #C023DB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 35 | 219 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.14 |
| HSL | 291.2º | 0.72% | 0.5% | - |
| HSV(B) | 291.2º | 0.84% | 0.86% | - |
| XYZ | 35.13 | 17.52 | 68.55 | - |
| YUV | 102.92 | 193.51 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 219 | 0.12 | 0.84 | 0 | 0.14 | 291.2 | 0.72 | 0.5 |
| Hex | C0 | 23 | DB | C | 54 | 0 | E | 123 | 48 | 32 |
| Octal | 300 | 43 | 333 | 14 | 124 | 0 | 16 | 443 | 110 | 62 |
| Binary | 11000000 | 100011 | 11011011 | 1100 | 1010100 | 0 | 1110 | 100100011 | 1001000 | 110010 |
Color Harmonies of #C023DB
Complementary color
Monochromatic Colors of #C023DB
Black with #C023DB
Text Example
Text Example
White with #C023DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023DB; }
p { color: rgb(192,35,219); }
H1.HeaderClassName
{
color: #C023DB;
}
.AnyTagClassName
{
color: #C023DB;
}
</style>
background-color css
<style>
a { background-color: #C023DB; }
a { background-color: rgb(192,35,219); }
div.DivClassName
{
background-color: #C023DB;
}
.BgClassName
{
background-color: #C023DB;
}
</style>
border-color css
<style>
span { border-color: #C023DB; }
span { border-color: rgb(192,35,219); }
td.TdClassName
{
border-color: #C023DB;
}
.TagClassName
{
border-color: #C023DB;
}
</style>