Shades of Deep Magenta #C024DB
Tints of Deep Magenta #C024DB
RGB
CMYK
RGB Variations
Color information
#C024DB (or 0xC024DB) is known color: Deep Magenta. HEX triplet: C0, 24 and DB. RGB value is (192,36,219). Sum of RGB (Red+Green+Blue) = 192+36+219=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #C024DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024DB is #3FDB24. Grayscale: #666666. Windows color (decimal): -4184869 or 14361792. OLE color: 14361792.
HSL color Cylindrical-coordinate representation of color #C024DB: hue angle of 291.15º 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 #C024DB is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 36 | 219 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.14 |
| HSL | 291.15º | 0.72% | 0.5% | - |
| HSV(B) | 291.15º | 0.84% | 0.86% | - |
| XYZ | 35.16 | 17.58 | 68.56 | - |
| YUV | 103.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 219 | 0.12 | 0.84 | 0 | 0.14 | 291.15 | 0.72 | 0.5 |
| Hex | C0 | 24 | DB | C | 54 | 0 | E | 123 | 48 | 32 |
| Octal | 300 | 44 | 333 | 14 | 124 | 0 | 16 | 443 | 110 | 62 |
| Binary | 11000000 | 100100 | 11011011 | 1100 | 1010100 | 0 | 1110 | 100100011 | 1001000 | 110010 |
Color Harmonies of #C024DB
Complementary color
Monochromatic Colors of #C024DB
Black with #C024DB
Text Example
Text Example
White with #C024DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024DB; }
p { color: rgb(192,36,219); }
H1.HeaderClassName
{
color: #C024DB;
}
.AnyTagClassName
{
color: #C024DB;
}
</style>
background-color css
<style>
a { background-color: #C024DB; }
a { background-color: rgb(192,36,219); }
div.DivClassName
{
background-color: #C024DB;
}
.BgClassName
{
background-color: #C024DB;
}
</style>
border-color css
<style>
span { border-color: #C024DB; }
span { border-color: rgb(192,36,219); }
td.TdClassName
{
border-color: #C024DB;
}
.TagClassName
{
border-color: #C024DB;
}
</style>