Shades of Medium Violet Red #C81386
Tints of Medium Violet Red #C81386
RGB
CMYK
RGB Variations
Color information
#C81386 (or 0xC81386) is known color: Medium Violet Red. HEX triplet: C8, 13 and 86. RGB value is (200,19,134). Sum of RGB (Red+Green+Blue) = 200+19+134=353 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.66% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 200 - color contains mainly: red. Hex color #C81386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81386 is #37EC79. Grayscale: #555555. Windows color (decimal): -3665018 or 8786888. OLE color: 8786888.
HSL color Cylindrical-coordinate representation of color #C81386: hue angle of 321.88º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81386 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 134 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.22 |
| HSL | 321.88º | 0.83% | 0.43% | - |
| HSV(B) | 321.88º | 0.91% | 0.78% | - |
| XYZ | 28.36 | 14.47 | 23.85 | - |
| YUV | 86.23 | 154.97 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 134 | 0 | 0.90 | 0.33 | 0.22 | 321.88 | 0.83 | 0.43 |
| Hex | C8 | 13 | 86 | 0 | 5A | 21 | 16 | 142 | 53 | 2B |
| Octal | 310 | 23 | 206 | 0 | 132 | 41 | 26 | 502 | 123 | 53 |
| Binary | 11001000 | 10011 | 10000110 | 0 | 1011010 | 100001 | 10110 | 101000010 | 1010011 | 101011 |
Color Harmonies of #C81386
Complementary color
Monochromatic Colors of #C81386
Black with #C81386
Text Example
Text Example
White with #C81386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81386; }
p { color: rgb(200,19,134); }
H1.HeaderClassName
{
color: #C81386;
}
.AnyTagClassName
{
color: #C81386;
}
</style>
background-color css
<style>
a { background-color: #C81386; }
a { background-color: rgb(200,19,134); }
div.DivClassName
{
background-color: #C81386;
}
.BgClassName
{
background-color: #C81386;
}
</style>
border-color css
<style>
span { border-color: #C81386; }
span { border-color: rgb(200,19,134); }
td.TdClassName
{
border-color: #C81386;
}
.TagClassName
{
border-color: #C81386;
}
</style>