Shades of Medium Violet Red #C00A83
Tints of Medium Violet Red #C00A83
RGB
CMYK
RGB Variations
Color information
#C00A83 (or 0xC00A83) is known color: Medium Violet Red. HEX triplet: C0, 0A and 83. RGB value is (192,10,131). Sum of RGB (Red+Green+Blue) = 192+10+131=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00A83 is #3FF57C. Grayscale: #4D4D4D. Windows color (decimal): -4191613 or 8587968. OLE color: 8587968.
HSL color Cylindrical-coordinate representation of color #C00A83: hue angle of 320.11º 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 #C00A83 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 131 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.25 |
| HSL | 320.11º | 0.9% | 0.4% | - |
| HSV(B) | 320.11º | 0.95% | 0.75% | - |
| XYZ | 25.94 | 13.06 | 22.63 | - |
| YUV | 78.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 131 | 0 | 0.95 | 0.32 | 0.25 | 320.11 | 0.9 | 0.4 |
| Hex | C0 | A | 83 | 0 | 5F | 20 | 19 | 140 | 5A | 28 |
| Octal | 300 | 12 | 203 | 0 | 137 | 40 | 31 | 500 | 132 | 50 |
| Binary | 11000000 | 1010 | 10000011 | 0 | 1011111 | 100000 | 11001 | 101000000 | 1011010 | 101000 |
Color Harmonies of #C00A83
Complementary color
Monochromatic Colors of #C00A83
Black with #C00A83
Text Example
Text Example
White with #C00A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A83; }
p { color: rgb(192,10,131); }
H1.HeaderClassName
{
color: #C00A83;
}
.AnyTagClassName
{
color: #C00A83;
}
</style>
background-color css
<style>
a { background-color: #C00A83; }
a { background-color: rgb(192,10,131); }
div.DivClassName
{
background-color: #C00A83;
}
.BgClassName
{
background-color: #C00A83;
}
</style>
border-color css
<style>
span { border-color: #C00A83; }
span { border-color: rgb(192,10,131); }
td.TdClassName
{
border-color: #C00A83;
}
.TagClassName
{
border-color: #C00A83;
}
</style>