Shades of Medium Violet Red #C81180
Tints of Medium Violet Red #C81180
RGB
CMYK
RGB Variations
Color information
#C81180 (or 0xC81180) is known color: Medium Violet Red. HEX triplet: C8, 11 and 80. RGB value is (200,17,128). Sum of RGB (Red+Green+Blue) = 200+17+128=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C81180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81180 is #37EE7F. Grayscale: #545454. Windows color (decimal): -3665536 or 8393160. OLE color: 8393160.
HSL color Cylindrical-coordinate representation of color #C81180: hue angle of 323.61º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81180 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 128 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.22 |
| HSL | 323.61º | 0.84% | 0.43% | - |
| HSV(B) | 323.61º | 0.92% | 0.78% | - |
| XYZ | 27.92 | 14.24 | 21.7 | - |
| YUV | 84.37 | 152.63 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 128 | 0 | 0.92 | 0.36 | 0.22 | 323.61 | 0.84 | 0.43 |
| Hex | C8 | 11 | 80 | 0 | 5C | 24 | 16 | 144 | 54 | 2B |
| Octal | 310 | 21 | 200 | 0 | 134 | 44 | 26 | 504 | 124 | 53 |
| Binary | 11001000 | 10001 | 10000000 | 0 | 1011100 | 100100 | 10110 | 101000100 | 1010100 | 101011 |
Color Harmonies of #C81180
Complementary color
Monochromatic Colors of #C81180
Black with #C81180
Text Example
Text Example
White with #C81180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81180; }
p { color: rgb(200,17,128); }
H1.HeaderClassName
{
color: #C81180;
}
.AnyTagClassName
{
color: #C81180;
}
</style>
background-color css
<style>
a { background-color: #C81180; }
a { background-color: rgb(200,17,128); }
div.DivClassName
{
background-color: #C81180;
}
.BgClassName
{
background-color: #C81180;
}
</style>
border-color css
<style>
span { border-color: #C81180; }
span { border-color: rgb(200,17,128); }
td.TdClassName
{
border-color: #C81180;
}
.TagClassName
{
border-color: #C81180;
}
</style>