Shades of Deep Magenta #C024BA
Tints of Deep Magenta #C024BA
RGB
CMYK
RGB Variations
Color information
#C024BA (or 0xC024BA) is known color: Deep Magenta. HEX triplet: C0, 24 and BA. RGB value is (192,36,186). Sum of RGB (Red+Green+Blue) = 192+36+186=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C024BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C024BA is #3FDB45. Grayscale: #636363. Windows color (decimal): -4184902 or 12199104. OLE color: 12199104.
HSL color Cylindrical-coordinate representation of color #C024BA: hue angle of 302.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C024BA is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 186 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.25 |
| HSL | 302.31º | 0.68% | 0.45% | - |
| HSV(B) | 302.31º | 0.81% | 0.75% | - |
| XYZ | 31.23 | 16.01 | 47.9 | - |
| YUV | 99.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 186 | 0 | 0.81 | 0.03 | 0.25 | 302.31 | 0.68 | 0.45 |
| Hex | C0 | 24 | BA | 0 | 51 | 3 | 19 | 12E | 44 | 2D |
| Octal | 300 | 44 | 272 | 0 | 121 | 3 | 31 | 456 | 104 | 55 |
| Binary | 11000000 | 100100 | 10111010 | 0 | 1010001 | 11 | 11001 | 100101110 | 1000100 | 101101 |
Color Harmonies of #C024BA
Complementary color
Monochromatic Colors of #C024BA
Black with #C024BA
Text Example
Text Example
White with #C024BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024BA; }
p { color: rgb(192,36,186); }
H1.HeaderClassName
{
color: #C024BA;
}
.AnyTagClassName
{
color: #C024BA;
}
</style>
background-color css
<style>
a { background-color: #C024BA; }
a { background-color: rgb(192,36,186); }
div.DivClassName
{
background-color: #C024BA;
}
.BgClassName
{
background-color: #C024BA;
}
</style>
border-color css
<style>
span { border-color: #C024BA; }
span { border-color: rgb(192,36,186); }
td.TdClassName
{
border-color: #C024BA;
}
.TagClassName
{
border-color: #C024BA;
}
</style>