Shades of Medium Violet Red #C024AA
Tints of Medium Violet Red #C024AA
RGB
CMYK
RGB Variations
Color information
#C024AA (or 0xC024AA) is known color: Medium Violet Red. HEX triplet: C0, 24 and AA. RGB value is (192,36,170). Sum of RGB (Red+Green+Blue) = 192+36+170=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C024AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024AA is #3FDB55. Grayscale: #616161. Windows color (decimal): -4184918 or 11150528. OLE color: 11150528.
HSL color Cylindrical-coordinate representation of color #C024AA: hue angle of 308.46º 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 #C024AA is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 170 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.25 |
| HSL | 308.46º | 0.68% | 0.45% | - |
| HSV(B) | 308.46º | 0.81% | 0.75% | - |
| XYZ | 29.62 | 15.37 | 39.44 | - |
| YUV | 97.92 | 168.68 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 170 | 0 | 0.81 | 0.11 | 0.25 | 308.46 | 0.68 | 0.45 |
| Hex | C0 | 24 | AA | 0 | 51 | B | 19 | 134 | 44 | 2D |
| Octal | 300 | 44 | 252 | 0 | 121 | 13 | 31 | 464 | 104 | 55 |
| Binary | 11000000 | 100100 | 10101010 | 0 | 1010001 | 1011 | 11001 | 100110100 | 1000100 | 101101 |
Color Harmonies of #C024AA
Complementary color
Monochromatic Colors of #C024AA
Black with #C024AA
Text Example
Text Example
White with #C024AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024AA; }
p { color: rgb(192,36,170); }
H1.HeaderClassName
{
color: #C024AA;
}
.AnyTagClassName
{
color: #C024AA;
}
</style>
background-color css
<style>
a { background-color: #C024AA; }
a { background-color: rgb(192,36,170); }
div.DivClassName
{
background-color: #C024AA;
}
.BgClassName
{
background-color: #C024AA;
}
</style>
border-color css
<style>
span { border-color: #C024AA; }
span { border-color: rgb(192,36,170); }
td.TdClassName
{
border-color: #C024AA;
}
.TagClassName
{
border-color: #C024AA;
}
</style>