Shades of Medium Violet Red #C80795
Tints of Medium Violet Red #C80795
RGB
CMYK
RGB Variations
Color information
#C80795 (or 0xC80795) is known color: Medium Violet Red. HEX triplet: C8, 07 and 95. RGB value is (200,7,149). Sum of RGB (Red+Green+Blue) = 200+7+149=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C80795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80795 is #37F86A. Grayscale: #505050. Windows color (decimal): -3668075 or 9766856. OLE color: 9766856.
HSL color Cylindrical-coordinate representation of color #C80795: hue angle of 315.85º degrees, saturation: 0.93, 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 #C80795 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 149 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.22 |
| HSL | 315.85º | 0.93% | 0.41% | - |
| HSV(B) | 315.85º | 0.97% | 0.78% | - |
| XYZ | 29.32 | 14.6 | 29.71 | - |
| YUV | 80.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 149 | 0 | 0.96 | 0.26 | 0.22 | 315.85 | 0.93 | 0.41 |
| Hex | C8 | 7 | 95 | 0 | 60 | 1A | 16 | 13C | 5D | 29 |
| Octal | 310 | 7 | 225 | 0 | 140 | 32 | 26 | 474 | 135 | 51 |
| Binary | 11001000 | 111 | 10010101 | 0 | 1100000 | 11010 | 10110 | 100111100 | 1011101 | 101001 |
Color Harmonies of #C80795
Complementary color
Monochromatic Colors of #C80795
Black with #C80795
Text Example
Text Example
White with #C80795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80795; }
p { color: rgb(200,7,149); }
H1.HeaderClassName
{
color: #C80795;
}
.AnyTagClassName
{
color: #C80795;
}
</style>
background-color css
<style>
a { background-color: #C80795; }
a { background-color: rgb(200,7,149); }
div.DivClassName
{
background-color: #C80795;
}
.BgClassName
{
background-color: #C80795;
}
</style>
border-color css
<style>
span { border-color: #C80795; }
span { border-color: rgb(200,7,149); }
td.TdClassName
{
border-color: #C80795;
}
.TagClassName
{
border-color: #C80795;
}
</style>