Shades of Medium Violet Red #C00A7C
Tints of Medium Violet Red #C00A7C
RGB
CMYK
RGB Variations
Color information
#C00A7C (or 0xC00A7C) is known color: Medium Violet Red. HEX triplet: C0, 0A and 7C. RGB value is (192,10,124). Sum of RGB (Red+Green+Blue) = 192+10+124=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A7C is #3FF583. Grayscale: #4D4D4D. Windows color (decimal): -4191620 or 8129216. OLE color: 8129216.
HSL color Cylindrical-coordinate representation of color #C00A7C: hue angle of 322.42º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A7C is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 124 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.25 |
| HSL | 322.42º | 0.9% | 0.4% | - |
| HSV(B) | 322.42º | 0.95% | 0.75% | - |
| XYZ | 25.48 | 12.88 | 20.21 | - |
| YUV | 77.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 124 | 0 | 0.95 | 0.35 | 0.25 | 322.42 | 0.9 | 0.4 |
| Hex | C0 | A | 7C | 0 | 5F | 23 | 19 | 142 | 5A | 28 |
| Octal | 300 | 12 | 174 | 0 | 137 | 43 | 31 | 502 | 132 | 50 |
| Binary | 11000000 | 1010 | 1111100 | 0 | 1011111 | 100011 | 11001 | 101000010 | 1011010 | 101000 |
Color Harmonies of #C00A7C
Complementary color
Monochromatic Colors of #C00A7C
Black with #C00A7C
Text Example
Text Example
White with #C00A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A7C; }
p { color: rgb(192,10,124); }
H1.HeaderClassName
{
color: #C00A7C;
}
.AnyTagClassName
{
color: #C00A7C;
}
</style>
background-color css
<style>
a { background-color: #C00A7C; }
a { background-color: rgb(192,10,124); }
div.DivClassName
{
background-color: #C00A7C;
}
.BgClassName
{
background-color: #C00A7C;
}
</style>
border-color css
<style>
span { border-color: #C00A7C; }
span { border-color: rgb(192,10,124); }
td.TdClassName
{
border-color: #C00A7C;
}
.TagClassName
{
border-color: #C00A7C;
}
</style>