Shades of Medium Violet Red #C80C97
Tints of Medium Violet Red #C80C97
RGB
CMYK
RGB Variations
Color information
#C80C97 (or 0xC80C97) is known color: Medium Violet Red. HEX triplet: C8, 0C and 97. RGB value is (200,12,151). Sum of RGB (Red+Green+Blue) = 200+12+151=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80C97 is #37F368. Grayscale: #535353. Windows color (decimal): -3666793 or 9899208. OLE color: 9899208.
HSL color Cylindrical-coordinate representation of color #C80C97: hue angle of 315.64º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C97 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 151 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.22 |
| HSL | 315.64º | 0.89% | 0.42% | - |
| HSV(B) | 315.64º | 0.94% | 0.78% | - |
| XYZ | 29.54 | 14.78 | 30.57 | - |
| YUV | 84.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 151 | 0 | 0.94 | 0.24 | 0.22 | 315.64 | 0.89 | 0.42 |
| Hex | C8 | C | 97 | 0 | 5E | 18 | 16 | 13C | 59 | 2A |
| Octal | 310 | 14 | 227 | 0 | 136 | 30 | 26 | 474 | 131 | 52 |
| Binary | 11001000 | 1100 | 10010111 | 0 | 1011110 | 11000 | 10110 | 100111100 | 1011001 | 101010 |
Color Harmonies of #C80C97
Complementary color
Monochromatic Colors of #C80C97
Black with #C80C97
Text Example
Text Example
White with #C80C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C97; }
p { color: rgb(200,12,151); }
H1.HeaderClassName
{
color: #C80C97;
}
.AnyTagClassName
{
color: #C80C97;
}
</style>
background-color css
<style>
a { background-color: #C80C97; }
a { background-color: rgb(200,12,151); }
div.DivClassName
{
background-color: #C80C97;
}
.BgClassName
{
background-color: #C80C97;
}
</style>
border-color css
<style>
span { border-color: #C80C97; }
span { border-color: rgb(200,12,151); }
td.TdClassName
{
border-color: #C80C97;
}
.TagClassName
{
border-color: #C80C97;
}
</style>