Shades of Medium Violet Red #C81980
Tints of Medium Violet Red #C81980
RGB
CMYK
RGB Variations
Color information
#C81980 (or 0xC81980) is known color: Medium Violet Red. HEX triplet: C8, 19 and 80. RGB value is (200,25,128). Sum of RGB (Red+Green+Blue) = 200+25+128=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C81980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81980 is #37E67F. Grayscale: #585858. Windows color (decimal): -3663488 or 8395208. OLE color: 8395208.
HSL color Cylindrical-coordinate representation of color #C81980: hue angle of 324.69º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81980 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 128 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.22 |
| HSL | 324.69º | 0.78% | 0.44% | - |
| HSV(B) | 324.69º | 0.88% | 0.78% | - |
| XYZ | 28.06 | 14.53 | 21.75 | - |
| YUV | 89.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 128 | 0 | 0.88 | 0.36 | 0.22 | 324.69 | 0.78 | 0.44 |
| Hex | C8 | 19 | 80 | 0 | 58 | 24 | 16 | 145 | 4E | 2C |
| Octal | 310 | 31 | 200 | 0 | 130 | 44 | 26 | 505 | 116 | 54 |
| Binary | 11001000 | 11001 | 10000000 | 0 | 1011000 | 100100 | 10110 | 101000101 | 1001110 | 101100 |
Color Harmonies of #C81980
Complementary color
Monochromatic Colors of #C81980
Black with #C81980
Text Example
Text Example
White with #C81980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81980; }
p { color: rgb(200,25,128); }
H1.HeaderClassName
{
color: #C81980;
}
.AnyTagClassName
{
color: #C81980;
}
</style>
background-color css
<style>
a { background-color: #C81980; }
a { background-color: rgb(200,25,128); }
div.DivClassName
{
background-color: #C81980;
}
.BgClassName
{
background-color: #C81980;
}
</style>
border-color css
<style>
span { border-color: #C81980; }
span { border-color: rgb(200,25,128); }
td.TdClassName
{
border-color: #C81980;
}
.TagClassName
{
border-color: #C81980;
}
</style>