Shades of Medium Violet Red #C81172
Tints of Medium Violet Red #C81172
RGB
CMYK
RGB Variations
Color information
#C81172 (or 0xC81172) is known color: Medium Violet Red. HEX triplet: C8, 11 and 72. RGB value is (200,17,114). Sum of RGB (Red+Green+Blue) = 200+17+114=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C81172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81172 is #37EE8D. Grayscale: #525252. Windows color (decimal): -3665550 or 7475656. OLE color: 7475656.
HSL color Cylindrical-coordinate representation of color #C81172: hue angle of 328.2º 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 #C81172 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 114 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.22 |
| HSL | 328.2º | 0.84% | 0.43% | - |
| HSV(B) | 328.2º | 0.92% | 0.78% | - |
| XYZ | 27.06 | 13.9 | 17.18 | - |
| YUV | 82.78 | 145.63 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 114 | 0 | 0.92 | 0.43 | 0.22 | 328.2 | 0.84 | 0.43 |
| Hex | C8 | 11 | 72 | 0 | 5C | 2B | 16 | 148 | 54 | 2B |
| Octal | 310 | 21 | 162 | 0 | 134 | 53 | 26 | 510 | 124 | 53 |
| Binary | 11001000 | 10001 | 1110010 | 0 | 1011100 | 101011 | 10110 | 101001000 | 1010100 | 101011 |
Color Harmonies of #C81172
Complementary color
Monochromatic Colors of #C81172
Black with #C81172
Text Example
Text Example
White with #C81172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81172; }
p { color: rgb(200,17,114); }
H1.HeaderClassName
{
color: #C81172;
}
.AnyTagClassName
{
color: #C81172;
}
</style>
background-color css
<style>
a { background-color: #C81172; }
a { background-color: rgb(200,17,114); }
div.DivClassName
{
background-color: #C81172;
}
.BgClassName
{
background-color: #C81172;
}
</style>
border-color css
<style>
span { border-color: #C81172; }
span { border-color: rgb(200,17,114); }
td.TdClassName
{
border-color: #C81172;
}
.TagClassName
{
border-color: #C81172;
}
</style>