Shades of Medium Violet Red #C80696
Tints of Medium Violet Red #C80696
RGB
CMYK
RGB Variations
Color information
#C80696 (or 0xC80696) is known color: Medium Violet Red. HEX triplet: C8, 06 and 96. RGB value is (200,6,150). Sum of RGB (Red+Green+Blue) = 200+6+150=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C80696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80696 is #37F969. Grayscale: #505050. Windows color (decimal): -3668330 or 9832136. OLE color: 9832136.
HSL color Cylindrical-coordinate representation of color #C80696: hue angle of 315.46º 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 #C80696 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 150 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.22 |
| HSL | 315.46º | 0.94% | 0.4% | - |
| HSV(B) | 315.46º | 0.97% | 0.78% | - |
| XYZ | 29.39 | 14.61 | 30.13 | - |
| YUV | 80.42 | 167.27 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 150 | 0 | 0.97 | 0.25 | 0.22 | 315.46 | 0.94 | 0.4 |
| Hex | C8 | 6 | 96 | 0 | 61 | 19 | 16 | 13B | 5E | 28 |
| Octal | 310 | 6 | 226 | 0 | 141 | 31 | 26 | 473 | 136 | 50 |
| Binary | 11001000 | 110 | 10010110 | 0 | 1100001 | 11001 | 10110 | 100111011 | 1011110 | 101000 |
Color Harmonies of #C80696
Complementary color
Monochromatic Colors of #C80696
Black with #C80696
Text Example
Text Example
White with #C80696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80696; }
p { color: rgb(200,6,150); }
H1.HeaderClassName
{
color: #C80696;
}
.AnyTagClassName
{
color: #C80696;
}
</style>
background-color css
<style>
a { background-color: #C80696; }
a { background-color: rgb(200,6,150); }
div.DivClassName
{
background-color: #C80696;
}
.BgClassName
{
background-color: #C80696;
}
</style>
border-color css
<style>
span { border-color: #C80696; }
span { border-color: rgb(200,6,150); }
td.TdClassName
{
border-color: #C80696;
}
.TagClassName
{
border-color: #C80696;
}
</style>