Shades of Medium Violet Red #C024AB
Tints of Medium Violet Red #C024AB
RGB
CMYK
RGB Variations
Color information
#C024AB (or 0xC024AB) is known color: Medium Violet Red. HEX triplet: C0, 24 and AB. RGB value is (192,36,171). Sum of RGB (Red+Green+Blue) = 192+36+171=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C024AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024AB is #3FDB54. Grayscale: #616161. Windows color (decimal): -4184917 or 11216064. OLE color: 11216064.
HSL color Cylindrical-coordinate representation of color #C024AB: hue angle of 308.08º 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 #C024AB is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 171 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.25 |
| HSL | 308.08º | 0.68% | 0.45% | - |
| HSV(B) | 308.08º | 0.81% | 0.75% | - |
| XYZ | 29.72 | 15.41 | 39.94 | - |
| YUV | 98.03 | 169.18 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 171 | 0 | 0.81 | 0.11 | 0.25 | 308.08 | 0.68 | 0.45 |
| Hex | C0 | 24 | AB | 0 | 51 | B | 19 | 134 | 44 | 2D |
| Octal | 300 | 44 | 253 | 0 | 121 | 13 | 31 | 464 | 104 | 55 |
| Binary | 11000000 | 100100 | 10101011 | 0 | 1010001 | 1011 | 11001 | 100110100 | 1000100 | 101101 |
Color Harmonies of #C024AB
Complementary color
Monochromatic Colors of #C024AB
Black with #C024AB
Text Example
Text Example
White with #C024AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024AB; }
p { color: rgb(192,36,171); }
H1.HeaderClassName
{
color: #C024AB;
}
.AnyTagClassName
{
color: #C024AB;
}
</style>
background-color css
<style>
a { background-color: #C024AB; }
a { background-color: rgb(192,36,171); }
div.DivClassName
{
background-color: #C024AB;
}
.BgClassName
{
background-color: #C024AB;
}
</style>
border-color css
<style>
span { border-color: #C024AB; }
span { border-color: rgb(192,36,171); }
td.TdClassName
{
border-color: #C024AB;
}
.TagClassName
{
border-color: #C024AB;
}
</style>