Shades of Medium Violet Red #C024A6
Tints of Medium Violet Red #C024A6
RGB
CMYK
RGB Variations
Color information
#C024A6 (or 0xC024A6) is known color: Medium Violet Red. HEX triplet: C0, 24 and A6. RGB value is (192,36,166). Sum of RGB (Red+Green+Blue) = 192+36+166=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C024A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C024A6 is #3FDB59. Grayscale: #616161. Windows color (decimal): -4184922 or 10888384. OLE color: 10888384.
HSL color Cylindrical-coordinate representation of color #C024A6: hue angle of 310º 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 #C024A6 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 166 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.25 |
| HSL | 310º | 0.68% | 0.45% | - |
| HSV(B) | 310º | 0.81% | 0.75% | - |
| XYZ | 29.25 | 15.22 | 37.47 | - |
| YUV | 97.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 166 | 0 | 0.81 | 0.14 | 0.25 | 310 | 0.68 | 0.45 |
| Hex | C0 | 24 | A6 | 0 | 51 | E | 19 | 136 | 44 | 2D |
| Octal | 300 | 44 | 246 | 0 | 121 | 16 | 31 | 466 | 104 | 55 |
| Binary | 11000000 | 100100 | 10100110 | 0 | 1010001 | 1110 | 11001 | 100110110 | 1000100 | 101101 |
Color Harmonies of #C024A6
Complementary color
Monochromatic Colors of #C024A6
Black with #C024A6
Text Example
Text Example
White with #C024A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C024A6; }
p { color: rgb(192,36,166); }
H1.HeaderClassName
{
color: #C024A6;
}
.AnyTagClassName
{
color: #C024A6;
}
</style>
background-color css
<style>
a { background-color: #C024A6; }
a { background-color: rgb(192,36,166); }
div.DivClassName
{
background-color: #C024A6;
}
.BgClassName
{
background-color: #C024A6;
}
</style>
border-color css
<style>
span { border-color: #C024A6; }
span { border-color: rgb(192,36,166); }
td.TdClassName
{
border-color: #C024A6;
}
.TagClassName
{
border-color: #C024A6;
}
</style>