Shades of Medium Violet Red #C81687
Tints of Medium Violet Red #C81687
RGB
CMYK
RGB Variations
Color information
#C81687 (or 0xC81687) is known color: Medium Violet Red. HEX triplet: C8, 16 and 87. RGB value is (200,22,135). Sum of RGB (Red+Green+Blue) = 200+22+135=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C81687 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81687 is #37E978. Grayscale: #575757. Windows color (decimal): -3664249 or 8853192. OLE color: 8853192.
HSL color Cylindrical-coordinate representation of color #C81687: hue angle of 321.91º 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 #C81687 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 135 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.22 |
| HSL | 321.91º | 0.8% | 0.44% | - |
| HSV(B) | 321.91º | 0.89% | 0.78% | - |
| XYZ | 28.48 | 14.6 | 24.24 | - |
| YUV | 88.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 135 | 0 | 0.89 | 0.32 | 0.22 | 321.91 | 0.8 | 0.44 |
| Hex | C8 | 16 | 87 | 0 | 59 | 20 | 16 | 142 | 50 | 2C |
| Octal | 310 | 26 | 207 | 0 | 131 | 40 | 26 | 502 | 120 | 54 |
| Binary | 11001000 | 10110 | 10000111 | 0 | 1011001 | 100000 | 10110 | 101000010 | 1010000 | 101100 |
Color Harmonies of #C81687
Complementary color
Monochromatic Colors of #C81687
Black with #C81687
Text Example
Text Example
White with #C81687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81687; }
p { color: rgb(200,22,135); }
H1.HeaderClassName
{
color: #C81687;
}
.AnyTagClassName
{
color: #C81687;
}
</style>
background-color css
<style>
a { background-color: #C81687; }
a { background-color: rgb(200,22,135); }
div.DivClassName
{
background-color: #C81687;
}
.BgClassName
{
background-color: #C81687;
}
</style>
border-color css
<style>
span { border-color: #C81687; }
span { border-color: rgb(200,22,135); }
td.TdClassName
{
border-color: #C81687;
}
.TagClassName
{
border-color: #C81687;
}
</style>