Shades of Medium Violet Red #C81387
Tints of Medium Violet Red #C81387
RGB
CMYK
RGB Variations
Color information
#C81387 (or 0xC81387) is known color: Medium Violet Red. HEX triplet: C8, 13 and 87. RGB value is (200,19,135). Sum of RGB (Red+Green+Blue) = 200+19+135=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C81387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81387 is #37EC78. Grayscale: #565656. Windows color (decimal): -3665017 or 8852424. OLE color: 8852424.
HSL color Cylindrical-coordinate representation of color #C81387: hue angle of 321.55º 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 #C81387 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 135 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.22 |
| HSL | 321.55º | 0.83% | 0.43% | - |
| HSV(B) | 321.55º | 0.91% | 0.78% | - |
| XYZ | 28.43 | 14.49 | 24.22 | - |
| YUV | 86.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 135 | 0 | 0.90 | 0.32 | 0.22 | 321.55 | 0.83 | 0.43 |
| Hex | C8 | 13 | 87 | 0 | 5A | 20 | 16 | 142 | 53 | 2B |
| Octal | 310 | 23 | 207 | 0 | 132 | 40 | 26 | 502 | 123 | 53 |
| Binary | 11001000 | 10011 | 10000111 | 0 | 1011010 | 100000 | 10110 | 101000010 | 1010011 | 101011 |
Color Harmonies of #C81387
Complementary color
Monochromatic Colors of #C81387
Black with #C81387
Text Example
Text Example
White with #C81387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81387; }
p { color: rgb(200,19,135); }
H1.HeaderClassName
{
color: #C81387;
}
.AnyTagClassName
{
color: #C81387;
}
</style>
background-color css
<style>
a { background-color: #C81387; }
a { background-color: rgb(200,19,135); }
div.DivClassName
{
background-color: #C81387;
}
.BgClassName
{
background-color: #C81387;
}
</style>
border-color css
<style>
span { border-color: #C81387; }
span { border-color: rgb(200,19,135); }
td.TdClassName
{
border-color: #C81387;
}
.TagClassName
{
border-color: #C81387;
}
</style>