Shades of Medium Violet Red #C80895
Tints of Medium Violet Red #C80895
RGB
CMYK
RGB Variations
Color information
#C80895 (or 0xC80895) is known color: Medium Violet Red. HEX triplet: C8, 08 and 95. RGB value is (200,8,149). Sum of RGB (Red+Green+Blue) = 200+8+149=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C80895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80895 is #37F76A. Grayscale: #515151. Windows color (decimal): -3667819 or 9767112. OLE color: 9767112.
HSL color Cylindrical-coordinate representation of color #C80895: hue angle of 315.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80895 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 149 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.22 |
| HSL | 315.94º | 0.92% | 0.41% | - |
| HSV(B) | 315.94º | 0.96% | 0.78% | - |
| XYZ | 29.33 | 14.62 | 29.71 | - |
| YUV | 81.48 | 166.11 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 149 | 0 | 0.96 | 0.26 | 0.22 | 315.94 | 0.92 | 0.41 |
| Hex | C8 | 8 | 95 | 0 | 60 | 1A | 16 | 13C | 5C | 29 |
| Octal | 310 | 10 | 225 | 0 | 140 | 32 | 26 | 474 | 134 | 51 |
| Binary | 11001000 | 1000 | 10010101 | 0 | 1100000 | 11010 | 10110 | 100111100 | 1011100 | 101001 |
Color Harmonies of #C80895
Complementary color
Monochromatic Colors of #C80895
Black with #C80895
Text Example
Text Example
White with #C80895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80895; }
p { color: rgb(200,8,149); }
H1.HeaderClassName
{
color: #C80895;
}
.AnyTagClassName
{
color: #C80895;
}
</style>
background-color css
<style>
a { background-color: #C80895; }
a { background-color: rgb(200,8,149); }
div.DivClassName
{
background-color: #C80895;
}
.BgClassName
{
background-color: #C80895;
}
</style>
border-color css
<style>
span { border-color: #C80895; }
span { border-color: rgb(200,8,149); }
td.TdClassName
{
border-color: #C80895;
}
.TagClassName
{
border-color: #C80895;
}
</style>