Shades of Medium Violet Red #C81586
Tints of Medium Violet Red #C81586
RGB
CMYK
RGB Variations
Color information
#C81586 (or 0xC81586) is known color: Medium Violet Red. HEX triplet: C8, 15 and 86. RGB value is (200,21,134). Sum of RGB (Red+Green+Blue) = 200+21+134=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C81586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81586 is #37EA79. Grayscale: #575757. Windows color (decimal): -3664506 or 8787400. OLE color: 8787400.
HSL color Cylindrical-coordinate representation of color #C81586: hue angle of 322.12º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81586 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 134 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.22 |
| HSL | 322.12º | 0.81% | 0.43% | - |
| HSV(B) | 322.12º | 0.9% | 0.78% | - |
| XYZ | 28.39 | 14.54 | 23.86 | - |
| YUV | 87.4 | 154.3 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 134 | 0 | 0.90 | 0.33 | 0.22 | 322.12 | 0.81 | 0.43 |
| Hex | C8 | 15 | 86 | 0 | 5A | 21 | 16 | 142 | 51 | 2B |
| Octal | 310 | 25 | 206 | 0 | 132 | 41 | 26 | 502 | 121 | 53 |
| Binary | 11001000 | 10101 | 10000110 | 0 | 1011010 | 100001 | 10110 | 101000010 | 1010001 | 101011 |
Color Harmonies of #C81586
Complementary color
Monochromatic Colors of #C81586
Black with #C81586
Text Example
Text Example
White with #C81586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81586; }
p { color: rgb(200,21,134); }
H1.HeaderClassName
{
color: #C81586;
}
.AnyTagClassName
{
color: #C81586;
}
</style>
background-color css
<style>
a { background-color: #C81586; }
a { background-color: rgb(200,21,134); }
div.DivClassName
{
background-color: #C81586;
}
.BgClassName
{
background-color: #C81586;
}
</style>
border-color css
<style>
span { border-color: #C81586; }
span { border-color: rgb(200,21,134); }
td.TdClassName
{
border-color: #C81586;
}
.TagClassName
{
border-color: #C81586;
}
</style>