Shades of Medium Violet Red #C21087
Tints of Medium Violet Red #C21087
RGB
CMYK
RGB Variations
Color information
#C21087 (or 0xC21087) is known color: Medium Violet Red. HEX triplet: C2, 10 and 87. RGB value is (194,16,135). Sum of RGB (Red+Green+Blue) = 194+16+135=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21087 is #3DEF78. Grayscale: #525252. Windows color (decimal): -4059001 or 8851650. OLE color: 8851650.
HSL color Cylindrical-coordinate representation of color #C21087: hue angle of 319.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21087 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 135 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.24 |
| HSL | 319.89º | 0.85% | 0.41% | - |
| HSV(B) | 319.89º | 0.92% | 0.76% | - |
| XYZ | 26.81 | 13.59 | 24.13 | - |
| YUV | 82.79 | 157.47 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 135 | 0 | 0.92 | 0.30 | 0.24 | 319.89 | 0.85 | 0.41 |
| Hex | C2 | 10 | 87 | 0 | 5C | 1E | 18 | 140 | 55 | 29 |
| Octal | 302 | 20 | 207 | 0 | 134 | 36 | 30 | 500 | 125 | 51 |
| Binary | 11000010 | 10000 | 10000111 | 0 | 1011100 | 11110 | 11000 | 101000000 | 1010101 | 101001 |
Color Harmonies of #C21087
Complementary color
Monochromatic Colors of #C21087
Black with #C21087
Text Example
Text Example
White with #C21087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21087; }
p { color: rgb(194,16,135); }
H1.HeaderClassName
{
color: #C21087;
}
.AnyTagClassName
{
color: #C21087;
}
</style>
background-color css
<style>
a { background-color: #C21087; }
a { background-color: rgb(194,16,135); }
div.DivClassName
{
background-color: #C21087;
}
.BgClassName
{
background-color: #C21087;
}
</style>
border-color css
<style>
span { border-color: #C21087; }
span { border-color: rgb(194,16,135); }
td.TdClassName
{
border-color: #C21087;
}
.TagClassName
{
border-color: #C21087;
}
</style>