Shades of Medium Violet Red #C21C87
Tints of Medium Violet Red #C21C87
RGB
CMYK
RGB Variations
Color information
#C21C87 (or 0xC21C87) is known color: Medium Violet Red. HEX triplet: C2, 1C and 87. RGB value is (194,28,135). Sum of RGB (Red+Green+Blue) = 194+28+135=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C87 is #3DE378. Grayscale: #595959. Windows color (decimal): -4055929 or 8854722. OLE color: 8854722.
HSL color Cylindrical-coordinate representation of color #C21C87: hue angle of 321.33º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C87 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 135 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.24 |
| HSL | 321.33º | 0.75% | 0.44% | - |
| HSV(B) | 321.33º | 0.86% | 0.76% | - |
| XYZ | 27.04 | 14.05 | 24.21 | - |
| YUV | 89.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 135 | 0 | 0.86 | 0.30 | 0.24 | 321.33 | 0.75 | 0.44 |
| Hex | C2 | 1C | 87 | 0 | 56 | 1E | 18 | 141 | 4B | 2C |
| Octal | 302 | 34 | 207 | 0 | 126 | 36 | 30 | 501 | 113 | 54 |
| Binary | 11000010 | 11100 | 10000111 | 0 | 1010110 | 11110 | 11000 | 101000001 | 1001011 | 101100 |
Color Harmonies of #C21C87
Complementary color
Monochromatic Colors of #C21C87
Black with #C21C87
Text Example
Text Example
White with #C21C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C87; }
p { color: rgb(194,28,135); }
H1.HeaderClassName
{
color: #C21C87;
}
.AnyTagClassName
{
color: #C21C87;
}
</style>
background-color css
<style>
a { background-color: #C21C87; }
a { background-color: rgb(194,28,135); }
div.DivClassName
{
background-color: #C21C87;
}
.BgClassName
{
background-color: #C21C87;
}
</style>
border-color css
<style>
span { border-color: #C21C87; }
span { border-color: rgb(194,28,135); }
td.TdClassName
{
border-color: #C21C87;
}
.TagClassName
{
border-color: #C21C87;
}
</style>