Shades of Medium Violet Red #C80695
Tints of Medium Violet Red #C80695
RGB
CMYK
RGB Variations
Color information
#C80695 (or 0xC80695) is known color: Medium Violet Red. HEX triplet: C8, 06 and 95. RGB value is (200,6,149). Sum of RGB (Red+Green+Blue) = 200+6+149=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C80695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80695 is #37F96A. Grayscale: #4F4F4F. Windows color (decimal): -3668331 or 9766600. OLE color: 9766600.
HSL color Cylindrical-coordinate representation of color #C80695: hue angle of 315.77º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C80695 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 149 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.22 |
| HSL | 315.77º | 0.94% | 0.4% | - |
| HSV(B) | 315.77º | 0.97% | 0.78% | - |
| XYZ | 29.31 | 14.58 | 29.7 | - |
| YUV | 80.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 149 | 0 | 0.97 | 0.26 | 0.22 | 315.77 | 0.94 | 0.4 |
| Hex | C8 | 6 | 95 | 0 | 61 | 1A | 16 | 13C | 5E | 28 |
| Octal | 310 | 6 | 225 | 0 | 141 | 32 | 26 | 474 | 136 | 50 |
| Binary | 11001000 | 110 | 10010101 | 0 | 1100001 | 11010 | 10110 | 100111100 | 1011110 | 101000 |
Color Harmonies of #C80695
Complementary color
Monochromatic Colors of #C80695
Black with #C80695
Text Example
Text Example
White with #C80695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80695; }
p { color: rgb(200,6,149); }
H1.HeaderClassName
{
color: #C80695;
}
.AnyTagClassName
{
color: #C80695;
}
</style>
background-color css
<style>
a { background-color: #C80695; }
a { background-color: rgb(200,6,149); }
div.DivClassName
{
background-color: #C80695;
}
.BgClassName
{
background-color: #C80695;
}
</style>
border-color css
<style>
span { border-color: #C80695; }
span { border-color: rgb(200,6,149); }
td.TdClassName
{
border-color: #C80695;
}
.TagClassName
{
border-color: #C80695;
}
</style>