Shades of Medium Violet Red #C81072
Tints of Medium Violet Red #C81072
RGB
CMYK
RGB Variations
Color information
#C81072 (or 0xC81072) is known color: Medium Violet Red. HEX triplet: C8, 10 and 72. RGB value is (200,16,114). Sum of RGB (Red+Green+Blue) = 200+16+114=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C81072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81072 is #37EF8D. Grayscale: #515151. Windows color (decimal): -3665806 or 7475400. OLE color: 7475400.
HSL color Cylindrical-coordinate representation of color #C81072: hue angle of 328.04º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81072 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 114 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.22 |
| HSL | 328.04º | 0.85% | 0.42% | - |
| HSV(B) | 328.04º | 0.92% | 0.78% | - |
| XYZ | 27.04 | 13.86 | 17.17 | - |
| YUV | 82.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 114 | 0 | 0.92 | 0.43 | 0.22 | 328.04 | 0.85 | 0.42 |
| Hex | C8 | 10 | 72 | 0 | 5C | 2B | 16 | 148 | 55 | 2A |
| Octal | 310 | 20 | 162 | 0 | 134 | 53 | 26 | 510 | 125 | 52 |
| Binary | 11001000 | 10000 | 1110010 | 0 | 1011100 | 101011 | 10110 | 101001000 | 1010101 | 101010 |
Color Harmonies of #C81072
Complementary color
Monochromatic Colors of #C81072
Black with #C81072
Text Example
Text Example
White with #C81072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81072; }
p { color: rgb(200,16,114); }
H1.HeaderClassName
{
color: #C81072;
}
.AnyTagClassName
{
color: #C81072;
}
</style>
background-color css
<style>
a { background-color: #C81072; }
a { background-color: rgb(200,16,114); }
div.DivClassName
{
background-color: #C81072;
}
.BgClassName
{
background-color: #C81072;
}
</style>
border-color css
<style>
span { border-color: #C81072; }
span { border-color: rgb(200,16,114); }
td.TdClassName
{
border-color: #C81072;
}
.TagClassName
{
border-color: #C81072;
}
</style>