Shades of Medium Violet Red #C024AE
Tints of Medium Violet Red #C024AE
RGB
CMYK
RGB Variations
Color information
#C024AE (or 0xC024AE) is known color: Medium Violet Red. HEX triplet: C0, 24 and AE. RGB value is (192,36,174). Sum of RGB (Red+Green+Blue) = 192+36+174=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C024AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024AE is #3FDB51. Grayscale: #616161. Windows color (decimal): -4184914 or 11412672. OLE color: 11412672.
HSL color Cylindrical-coordinate representation of color #C024AE: hue angle of 306.92º 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 #C024AE is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 174 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.25 |
| HSL | 306.92º | 0.68% | 0.45% | - |
| HSV(B) | 306.92º | 0.81% | 0.75% | - |
| XYZ | 30.01 | 15.52 | 41.46 | - |
| YUV | 98.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 174 | 0 | 0.81 | 0.09 | 0.25 | 306.92 | 0.68 | 0.45 |
| Hex | C0 | 24 | AE | 0 | 51 | 9 | 19 | 133 | 44 | 2D |
| Octal | 300 | 44 | 256 | 0 | 121 | 11 | 31 | 463 | 104 | 55 |
| Binary | 11000000 | 100100 | 10101110 | 0 | 1010001 | 1001 | 11001 | 100110011 | 1000100 | 101101 |
Color Harmonies of #C024AE
Complementary color
Monochromatic Colors of #C024AE
Black with #C024AE
Text Example
Text Example
White with #C024AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024AE; }
p { color: rgb(192,36,174); }
H1.HeaderClassName
{
color: #C024AE;
}
.AnyTagClassName
{
color: #C024AE;
}
</style>
background-color css
<style>
a { background-color: #C024AE; }
a { background-color: rgb(192,36,174); }
div.DivClassName
{
background-color: #C024AE;
}
.BgClassName
{
background-color: #C024AE;
}
</style>
border-color css
<style>
span { border-color: #C024AE; }
span { border-color: rgb(192,36,174); }
td.TdClassName
{
border-color: #C024AE;
}
.TagClassName
{
border-color: #C024AE;
}
</style>