Shades of Medium Violet Red #C81487
Tints of Medium Violet Red #C81487
RGB
CMYK
RGB Variations
Color information
#C81487 (or 0xC81487) is known color: Medium Violet Red. HEX triplet: C8, 14 and 87. RGB value is (200,20,135). Sum of RGB (Red+Green+Blue) = 200+20+135=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C81487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81487 is #37EB78. Grayscale: #565656. Windows color (decimal): -3664761 or 8852680. OLE color: 8852680.
HSL color Cylindrical-coordinate representation of color #C81487: hue angle of 321.67º degrees, saturation: 0.82, 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 #C81487 is Cyan = 0, Magento = 0.9, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 135 | - |
| CMYK | 0 | 0.9 | 0.32 | 0.22 |
| HSL | 321.67º | 0.82% | 0.43% | - |
| HSV(B) | 321.67º | 0.9% | 0.78% | - |
| XYZ | 28.44 | 14.53 | 24.23 | - |
| YUV | 86.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 135 | 0 | 0.9 | 0.32 | 0.22 | 321.67 | 0.82 | 0.43 |
| Hex | C8 | 14 | 87 | 0 | 5A | 20 | 16 | 142 | 52 | 2B |
| Octal | 310 | 24 | 207 | 0 | 132 | 40 | 26 | 502 | 122 | 53 |
| Binary | 11001000 | 10100 | 10000111 | 0 | 1011010 | 100000 | 10110 | 101000010 | 1010010 | 101011 |
Color Harmonies of #C81487
Complementary color
Monochromatic Colors of #C81487
Black with #C81487
Text Example
Text Example
White with #C81487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81487; }
p { color: rgb(200,20,135); }
H1.HeaderClassName
{
color: #C81487;
}
.AnyTagClassName
{
color: #C81487;
}
</style>
background-color css
<style>
a { background-color: #C81487; }
a { background-color: rgb(200,20,135); }
div.DivClassName
{
background-color: #C81487;
}
.BgClassName
{
background-color: #C81487;
}
</style>
border-color css
<style>
span { border-color: #C81487; }
span { border-color: rgb(200,20,135); }
td.TdClassName
{
border-color: #C81487;
}
.TagClassName
{
border-color: #C81487;
}
</style>