Shades of Medium Violet Red #C80099
Tints of Medium Violet Red #C80099
RGB
CMYK
RGB Variations
Color information
#C80099 (or 0xC80099) is known color: Medium Violet Red. HEX triplet: C8, 00 and 99. RGB value is (200,0,153). Sum of RGB (Red+Green+Blue) = 200+0+153=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C80099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80099 is #37FF66. Grayscale: #4C4C4C. Windows color (decimal): -3669863 or 10027208. OLE color: 10027208.
HSL color Cylindrical-coordinate representation of color #C80099: hue angle of 314.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80099 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 153 | - |
| CMYK | 0 | 1 | 0.24 | 0.22 |
| HSL | 314.1º | 1% | 0.39% | - |
| HSV(B) | 314.1º | 1% | 0.78% | - |
| XYZ | 29.57 | 14.58 | 31.39 | - |
| YUV | 77.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 153 | 0 | 1 | 0.24 | 0.22 | 314.1 | 1 | 0.39 |
| Hex | C8 | 0 | 99 | 0 | 64 | 18 | 16 | 13A | 64 | 27 |
| Octal | 310 | 0 | 231 | 0 | 144 | 30 | 26 | 472 | 144 | 47 |
| Binary | 11001000 | 0 | 10011001 | 0 | 1100100 | 11000 | 10110 | 100111010 | 1100100 | 100111 |
Color Harmonies of #C80099
Complementary color
Monochromatic Colors of #C80099
Black with #C80099
Text Example
Text Example
White with #C80099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80099; }
p { color: rgb(200,0,153); }
H1.HeaderClassName
{
color: #C80099;
}
.AnyTagClassName
{
color: #C80099;
}
</style>
background-color css
<style>
a { background-color: #C80099; }
a { background-color: rgb(200,0,153); }
div.DivClassName
{
background-color: #C80099;
}
.BgClassName
{
background-color: #C80099;
}
</style>
border-color css
<style>
span { border-color: #C80099; }
span { border-color: rgb(200,0,153); }
td.TdClassName
{
border-color: #C80099;
}
.TagClassName
{
border-color: #C80099;
}
</style>