Shades of Medium Violet Red #C80694
Tints of Medium Violet Red #C80694
RGB
CMYK
RGB Variations
Color information
#C80694 (or 0xC80694) is known color: Medium Violet Red. HEX triplet: C8, 06 and 94. RGB value is (200,6,148). Sum of RGB (Red+Green+Blue) = 200+6+148=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C80694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80694 is #37F96B. Grayscale: #4F4F4F. Windows color (decimal): -3668332 or 9701064. OLE color: 9701064.
HSL color Cylindrical-coordinate representation of color #C80694: hue angle of 316.08º 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 #C80694 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 148 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.22 |
| HSL | 316.08º | 0.94% | 0.4% | - |
| HSV(B) | 316.08º | 0.97% | 0.78% | - |
| XYZ | 29.23 | 14.55 | 29.28 | - |
| YUV | 80.19 | 166.27 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 148 | 0 | 0.97 | 0.26 | 0.22 | 316.08 | 0.94 | 0.4 |
| Hex | C8 | 6 | 94 | 0 | 61 | 1A | 16 | 13C | 5E | 28 |
| Octal | 310 | 6 | 224 | 0 | 141 | 32 | 26 | 474 | 136 | 50 |
| Binary | 11001000 | 110 | 10010100 | 0 | 1100001 | 11010 | 10110 | 100111100 | 1011110 | 101000 |
Color Harmonies of #C80694
Complementary color
Monochromatic Colors of #C80694
Black with #C80694
Text Example
Text Example
White with #C80694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80694; }
p { color: rgb(200,6,148); }
H1.HeaderClassName
{
color: #C80694;
}
.AnyTagClassName
{
color: #C80694;
}
</style>
background-color css
<style>
a { background-color: #C80694; }
a { background-color: rgb(200,6,148); }
div.DivClassName
{
background-color: #C80694;
}
.BgClassName
{
background-color: #C80694;
}
</style>
border-color css
<style>
span { border-color: #C80694; }
span { border-color: rgb(200,6,148); }
td.TdClassName
{
border-color: #C80694;
}
.TagClassName
{
border-color: #C80694;
}
</style>