Shades of Medium Violet Red #C81178
Tints of Medium Violet Red #C81178
RGB
CMYK
RGB Variations
Color information
#C81178 (or 0xC81178) is known color: Medium Violet Red. HEX triplet: C8, 11 and 78. RGB value is (200,17,120). Sum of RGB (Red+Green+Blue) = 200+17+120=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C81178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81178 is #37EE87. Grayscale: #535353. Windows color (decimal): -3665544 or 7868872. OLE color: 7868872.
HSL color Cylindrical-coordinate representation of color #C81178: hue angle of 326.23º 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 #C81178 is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 120 | - |
| CMYK | 0 | 0.92 | 0.4 | 0.22 |
| HSL | 326.23º | 0.84% | 0.43% | - |
| HSV(B) | 326.23º | 0.92% | 0.78% | - |
| XYZ | 27.41 | 14.04 | 19.03 | - |
| YUV | 83.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 120 | 0 | 0.92 | 0.4 | 0.22 | 326.23 | 0.84 | 0.43 |
| Hex | C8 | 11 | 78 | 0 | 5C | 28 | 16 | 146 | 54 | 2B |
| Octal | 310 | 21 | 170 | 0 | 134 | 50 | 26 | 506 | 124 | 53 |
| Binary | 11001000 | 10001 | 1111000 | 0 | 1011100 | 101000 | 10110 | 101000110 | 1010100 | 101011 |
Color Harmonies of #C81178
Complementary color
Monochromatic Colors of #C81178
Black with #C81178
Text Example
Text Example
White with #C81178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81178; }
p { color: rgb(200,17,120); }
H1.HeaderClassName
{
color: #C81178;
}
.AnyTagClassName
{
color: #C81178;
}
</style>
background-color css
<style>
a { background-color: #C81178; }
a { background-color: rgb(200,17,120); }
div.DivClassName
{
background-color: #C81178;
}
.BgClassName
{
background-color: #C81178;
}
</style>
border-color css
<style>
span { border-color: #C81178; }
span { border-color: rgb(200,17,120); }
td.TdClassName
{
border-color: #C81178;
}
.TagClassName
{
border-color: #C81178;
}
</style>