Shades of Medium Violet Red #C80992
Tints of Medium Violet Red #C80992
RGB
CMYK
RGB Variations
Color information
#C80992 (or 0xC80992) is known color: Medium Violet Red. HEX triplet: C8, 09 and 92. RGB value is (200,9,146). Sum of RGB (Red+Green+Blue) = 200+9+146=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 9 (3.91% from 255 or 2.54% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C80992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80992 is #37F66D. Grayscale: #515151. Windows color (decimal): -3667566 or 9570760. OLE color: 9570760.
HSL color Cylindrical-coordinate representation of color #C80992: hue angle of 316.96º 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 #C80992 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 146 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.22 |
| HSL | 316.96º | 0.91% | 0.41% | - |
| HSV(B) | 316.96º | 0.96% | 0.78% | - |
| XYZ | 29.11 | 14.55 | 28.47 | - |
| YUV | 81.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 146 | 0 | 0.96 | 0.27 | 0.22 | 316.96 | 0.91 | 0.41 |
| Hex | C8 | 9 | 92 | 0 | 60 | 1B | 16 | 13D | 5B | 29 |
| Octal | 310 | 11 | 222 | 0 | 140 | 33 | 26 | 475 | 133 | 51 |
| Binary | 11001000 | 1001 | 10010010 | 0 | 1100000 | 11011 | 10110 | 100111101 | 1011011 | 101001 |
Color Harmonies of #C80992
Complementary color
Monochromatic Colors of #C80992
Black with #C80992
Text Example
Text Example
White with #C80992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80992; }
p { color: rgb(200,9,146); }
H1.HeaderClassName
{
color: #C80992;
}
.AnyTagClassName
{
color: #C80992;
}
</style>
background-color css
<style>
a { background-color: #C80992; }
a { background-color: rgb(200,9,146); }
div.DivClassName
{
background-color: #C80992;
}
.BgClassName
{
background-color: #C80992;
}
</style>
border-color css
<style>
span { border-color: #C80992; }
span { border-color: rgb(200,9,146); }
td.TdClassName
{
border-color: #C80992;
}
.TagClassName
{
border-color: #C80992;
}
</style>