Shades of Medium Violet Red #C81185
Tints of Medium Violet Red #C81185
RGB
CMYK
RGB Variations
Color information
#C81185 (or 0xC81185) is known color: Medium Violet Red. HEX triplet: C8, 11 and 85. RGB value is (200,17,133). Sum of RGB (Red+Green+Blue) = 200+17+133=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C81185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81185 is #37EE7A. Grayscale: #545454. Windows color (decimal): -3665531 or 8720840. OLE color: 8720840.
HSL color Cylindrical-coordinate representation of color #C81185: hue angle of 321.97º 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 #C81185 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 133 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.22 |
| HSL | 321.97º | 0.84% | 0.43% | - |
| HSV(B) | 321.97º | 0.92% | 0.78% | - |
| XYZ | 28.25 | 14.37 | 23.48 | - |
| YUV | 84.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 133 | 0 | 0.92 | 0.34 | 0.22 | 321.97 | 0.84 | 0.43 |
| Hex | C8 | 11 | 85 | 0 | 5C | 22 | 16 | 142 | 54 | 2B |
| Octal | 310 | 21 | 205 | 0 | 134 | 42 | 26 | 502 | 124 | 53 |
| Binary | 11001000 | 10001 | 10000101 | 0 | 1011100 | 100010 | 10110 | 101000010 | 1010100 | 101011 |
Color Harmonies of #C81185
Complementary color
Monochromatic Colors of #C81185
Black with #C81185
Text Example
Text Example
White with #C81185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81185; }
p { color: rgb(200,17,133); }
H1.HeaderClassName
{
color: #C81185;
}
.AnyTagClassName
{
color: #C81185;
}
</style>
background-color css
<style>
a { background-color: #C81185; }
a { background-color: rgb(200,17,133); }
div.DivClassName
{
background-color: #C81185;
}
.BgClassName
{
background-color: #C81185;
}
</style>
border-color css
<style>
span { border-color: #C81185; }
span { border-color: rgb(200,17,133); }
td.TdClassName
{
border-color: #C81185;
}
.TagClassName
{
border-color: #C81185;
}
</style>