Shades of Medium Violet Red #C81686
Tints of Medium Violet Red #C81686
RGB
CMYK
RGB Variations
Color information
#C81686 (or 0xC81686) is known color: Medium Violet Red. HEX triplet: C8, 16 and 86. RGB value is (200,22,134). Sum of RGB (Red+Green+Blue) = 200+22+134=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C81686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81686 is #37E979. Grayscale: #575757. Windows color (decimal): -3664250 or 8787656. OLE color: 8787656.
HSL color Cylindrical-coordinate representation of color #C81686: hue angle of 322.25º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81686 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 22 | 134 | - |
CMYK | 0 | 0.89 | 0.33 | 0.22 |
HSL | 322.25º | 0.8% | 0.44% | - |
HSV(B) | 322.25º | 0.89% | 0.78% | - |
XYZ | 28.41 | 14.57 | 23.87 | - |
YUV | 87.99 | 153.97 | 207.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 22 | 134 | 0 | 0.89 | 0.33 | 0.22 | 322.25 | 0.8 | 0.44 |
Hex | C8 | 16 | 86 | 0 | 59 | 21 | 16 | 142 | 50 | 2C |
Octal | 310 | 26 | 206 | 0 | 131 | 41 | 26 | 502 | 120 | 54 |
Binary | 11001000 | 10110 | 10000110 | 0 | 1011001 | 100001 | 10110 | 101000010 | 1010000 | 101100 |
Color Harmonies of #C81686
Complementary color
Monochromatic Colors of #C81686
Black with #C81686
Text Example
Text Example
White with #C81686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81686; }
p { color: rgb(200,22,134); }
H1.HeaderClassName
{
color: #C81686;
}
.AnyTagClassName
{
color: #C81686;
}
</style>
background-color css
<style>
a { background-color: #C81686; }
a { background-color: rgb(200,22,134); }
div.DivClassName
{
background-color: #C81686;
}
.BgClassName
{
background-color: #C81686;
}
</style>
border-color css
<style>
span { border-color: #C81686; }
span { border-color: rgb(200,22,134); }
td.TdClassName
{
border-color: #C81686;
}
.TagClassName
{
border-color: #C81686;
}
</style>