Shades of Deep Magenta #C024AF
Tints of Deep Magenta #C024AF
RGB
CMYK
RGB Variations
Color information
#C024AF (or 0xC024AF) is known color: Deep Magenta. HEX triplet: C0, 24 and AF. RGB value is (192,36,175). Sum of RGB (Red+Green+Blue) = 192+36+175=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C024AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024AF is #3FDB50. Grayscale: #626262. Windows color (decimal): -4184913 or 11478208. OLE color: 11478208.
HSL color Cylindrical-coordinate representation of color #C024AF: hue angle of 306.54º 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 #C024AF is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 175 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.25 |
| HSL | 306.54º | 0.68% | 0.45% | - |
| HSV(B) | 306.54º | 0.81% | 0.75% | - |
| XYZ | 30.11 | 15.56 | 41.97 | - |
| YUV | 98.49 | 171.18 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 175 | 0 | 0.81 | 0.09 | 0.25 | 306.54 | 0.68 | 0.45 |
| Hex | C0 | 24 | AF | 0 | 51 | 9 | 19 | 133 | 44 | 2D |
| Octal | 300 | 44 | 257 | 0 | 121 | 11 | 31 | 463 | 104 | 55 |
| Binary | 11000000 | 100100 | 10101111 | 0 | 1010001 | 1001 | 11001 | 100110011 | 1000100 | 101101 |
Color Harmonies of #C024AF
Complementary color
Monochromatic Colors of #C024AF
Black with #C024AF
Text Example
Text Example
White with #C024AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024AF; }
p { color: rgb(192,36,175); }
H1.HeaderClassName
{
color: #C024AF;
}
.AnyTagClassName
{
color: #C024AF;
}
</style>
background-color css
<style>
a { background-color: #C024AF; }
a { background-color: rgb(192,36,175); }
div.DivClassName
{
background-color: #C024AF;
}
.BgClassName
{
background-color: #C024AF;
}
</style>
border-color css
<style>
span { border-color: #C024AF; }
span { border-color: rgb(192,36,175); }
td.TdClassName
{
border-color: #C024AF;
}
.TagClassName
{
border-color: #C024AF;
}
</style>