Shades of Medium Violet Red #C21C89
Tints of Medium Violet Red #C21C89
RGB
CMYK
RGB Variations
Color information
#C21C89 (or 0xC21C89) is known color: Medium Violet Red. HEX triplet: C2, 1C and 89. RGB value is (194,28,137). Sum of RGB (Red+Green+Blue) = 194+28+137=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C89 is #3DE376. Grayscale: #595959. Windows color (decimal): -4055927 or 8985794. OLE color: 8985794.
HSL color Cylindrical-coordinate representation of color #C21C89: hue angle of 320.6º 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 #C21C89 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 137 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.24 |
| HSL | 320.6º | 0.75% | 0.44% | - |
| HSV(B) | 320.6º | 0.86% | 0.76% | - |
| XYZ | 27.18 | 14.11 | 24.96 | - |
| YUV | 90.06 | 154.5 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 137 | 0 | 0.86 | 0.29 | 0.24 | 320.6 | 0.75 | 0.44 |
| Hex | C2 | 1C | 89 | 0 | 56 | 1D | 18 | 141 | 4B | 2C |
| Octal | 302 | 34 | 211 | 0 | 126 | 35 | 30 | 501 | 113 | 54 |
| Binary | 11000010 | 11100 | 10001001 | 0 | 1010110 | 11101 | 11000 | 101000001 | 1001011 | 101100 |
Color Harmonies of #C21C89
Complementary color
Monochromatic Colors of #C21C89
Black with #C21C89
Text Example
Text Example
White with #C21C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C89; }
p { color: rgb(194,28,137); }
H1.HeaderClassName
{
color: #C21C89;
}
.AnyTagClassName
{
color: #C21C89;
}
</style>
background-color css
<style>
a { background-color: #C21C89; }
a { background-color: rgb(194,28,137); }
div.DivClassName
{
background-color: #C21C89;
}
.BgClassName
{
background-color: #C21C89;
}
</style>
border-color css
<style>
span { border-color: #C21C89; }
span { border-color: rgb(194,28,137); }
td.TdClassName
{
border-color: #C21C89;
}
.TagClassName
{
border-color: #C21C89;
}
</style>