Shades of Deep Magenta #C024DA
Tints of Deep Magenta #C024DA
RGB
CMYK
RGB Variations
Color information
#C024DA (or 0xC024DA) is known color: Deep Magenta. HEX triplet: C0, 24 and DA. RGB value is (192,36,218). Sum of RGB (Red+Green+Blue) = 192+36+218=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 36 (14.45% from 255 or 8.07% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #C024DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024DA is #3FDB25. Grayscale: #666666. Windows color (decimal): -4184870 or 14296256. OLE color: 14296256.
HSL color Cylindrical-coordinate representation of color #C024DA: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C024DA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 36 | 218 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.15 |
| HSL | 291.43º | 0.72% | 0.5% | - |
| HSV(B) | 291.43º | 0.83% | 0.85% | - |
| XYZ | 35.02 | 17.53 | 67.87 | - |
| YUV | 103.39 | 192.68 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 218 | 0.12 | 0.83 | 0 | 0.15 | 291.43 | 0.72 | 0.5 |
| Hex | C0 | 24 | DA | C | 53 | 0 | F | 123 | 48 | 32 |
| Octal | 300 | 44 | 332 | 14 | 123 | 0 | 17 | 443 | 110 | 62 |
| Binary | 11000000 | 100100 | 11011010 | 1100 | 1010011 | 0 | 1111 | 100100011 | 1001000 | 110010 |
Color Harmonies of #C024DA
Complementary color
Monochromatic Colors of #C024DA
Black with #C024DA
Text Example
Text Example
White with #C024DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024DA; }
p { color: rgb(192,36,218); }
H1.HeaderClassName
{
color: #C024DA;
}
.AnyTagClassName
{
color: #C024DA;
}
</style>
background-color css
<style>
a { background-color: #C024DA; }
a { background-color: rgb(192,36,218); }
div.DivClassName
{
background-color: #C024DA;
}
.BgClassName
{
background-color: #C024DA;
}
</style>
border-color css
<style>
span { border-color: #C024DA; }
span { border-color: rgb(192,36,218); }
td.TdClassName
{
border-color: #C024DA;
}
.TagClassName
{
border-color: #C024DA;
}
</style>