Shades of Medium Violet Red #C80997
Tints of Medium Violet Red #C80997
RGB
CMYK
RGB Variations
Color information
#C80997 (or 0xC80997) is known color: Medium Violet Red. HEX triplet: C8, 09 and 97. RGB value is (200,9,151). Sum of RGB (Red+Green+Blue) = 200+9+151=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C80997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80997 is #37F668. Grayscale: #515151. Windows color (decimal): -3667561 or 9898440. OLE color: 9898440.
HSL color Cylindrical-coordinate representation of color #C80997: hue angle of 315.39º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80997 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 151 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.22 |
| HSL | 315.39º | 0.91% | 0.41% | - |
| HSV(B) | 315.39º | 0.96% | 0.78% | - |
| XYZ | 29.5 | 14.71 | 30.56 | - |
| YUV | 82.3 | 166.78 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 151 | 0 | 0.96 | 0.24 | 0.22 | 315.39 | 0.91 | 0.41 |
| Hex | C8 | 9 | 97 | 0 | 60 | 18 | 16 | 13B | 5B | 29 |
| Octal | 310 | 11 | 227 | 0 | 140 | 30 | 26 | 473 | 133 | 51 |
| Binary | 11001000 | 1001 | 10010111 | 0 | 1100000 | 11000 | 10110 | 100111011 | 1011011 | 101001 |
Color Harmonies of #C80997
Complementary color
Monochromatic Colors of #C80997
Black with #C80997
Text Example
Text Example
White with #C80997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80997; }
p { color: rgb(200,9,151); }
H1.HeaderClassName
{
color: #C80997;
}
.AnyTagClassName
{
color: #C80997;
}
</style>
background-color css
<style>
a { background-color: #C80997; }
a { background-color: rgb(200,9,151); }
div.DivClassName
{
background-color: #C80997;
}
.BgClassName
{
background-color: #C80997;
}
</style>
border-color css
<style>
span { border-color: #C80997; }
span { border-color: rgb(200,9,151); }
td.TdClassName
{
border-color: #C80997;
}
.TagClassName
{
border-color: #C80997;
}
</style>