Shades of Medium Violet Red #C81580
Tints of Medium Violet Red #C81580
RGB
CMYK
RGB Variations
Color information
#C81580 (or 0xC81580) is known color: Medium Violet Red. HEX triplet: C8, 15 and 80. RGB value is (200,21,128). Sum of RGB (Red+Green+Blue) = 200+21+128=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C81580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81580 is #37EA7F. Grayscale: #565656. Windows color (decimal): -3664512 or 8394184. OLE color: 8394184.
HSL color Cylindrical-coordinate representation of color #C81580: hue angle of 324.13º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81580 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 128 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.22 |
| HSL | 324.13º | 0.81% | 0.43% | - |
| HSV(B) | 324.13º | 0.9% | 0.78% | - |
| XYZ | 27.98 | 14.37 | 21.72 | - |
| YUV | 86.72 | 151.3 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 128 | 0 | 0.90 | 0.36 | 0.22 | 324.13 | 0.81 | 0.43 |
| Hex | C8 | 15 | 80 | 0 | 5A | 24 | 16 | 144 | 51 | 2B |
| Octal | 310 | 25 | 200 | 0 | 132 | 44 | 26 | 504 | 121 | 53 |
| Binary | 11001000 | 10101 | 10000000 | 0 | 1011010 | 100100 | 10110 | 101000100 | 1010001 | 101011 |
Color Harmonies of #C81580
Complementary color
Monochromatic Colors of #C81580
Black with #C81580
Text Example
Text Example
White with #C81580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81580; }
p { color: rgb(200,21,128); }
H1.HeaderClassName
{
color: #C81580;
}
.AnyTagClassName
{
color: #C81580;
}
</style>
background-color css
<style>
a { background-color: #C81580; }
a { background-color: rgb(200,21,128); }
div.DivClassName
{
background-color: #C81580;
}
.BgClassName
{
background-color: #C81580;
}
</style>
border-color css
<style>
span { border-color: #C81580; }
span { border-color: rgb(200,21,128); }
td.TdClassName
{
border-color: #C81580;
}
.TagClassName
{
border-color: #C81580;
}
</style>