Shades of Medium Violet Red #C21189
Tints of Medium Violet Red #C21189
RGB
CMYK
RGB Variations
Color information
#C21189 (or 0xC21189) is known color: Medium Violet Red. HEX triplet: C2, 11 and 89. RGB value is (194,17,137). Sum of RGB (Red+Green+Blue) = 194+17+137=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21189 is #3DEE76. Grayscale: #535353. Windows color (decimal): -4058743 or 8982978. OLE color: 8982978.
HSL color Cylindrical-coordinate representation of color #C21189: hue angle of 319.32º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21189 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 137 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.24 |
| HSL | 319.32º | 0.84% | 0.41% | - |
| HSV(B) | 319.32º | 0.91% | 0.76% | - |
| XYZ | 26.96 | 13.68 | 24.89 | - |
| YUV | 83.6 | 158.14 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 137 | 0 | 0.91 | 0.29 | 0.24 | 319.32 | 0.84 | 0.41 |
| Hex | C2 | 11 | 89 | 0 | 5B | 1D | 18 | 13F | 54 | 29 |
| Octal | 302 | 21 | 211 | 0 | 133 | 35 | 30 | 477 | 124 | 51 |
| Binary | 11000010 | 10001 | 10001001 | 0 | 1011011 | 11101 | 11000 | 100111111 | 1010100 | 101001 |
Color Harmonies of #C21189
Complementary color
Monochromatic Colors of #C21189
Black with #C21189
Text Example
Text Example
White with #C21189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21189; }
p { color: rgb(194,17,137); }
H1.HeaderClassName
{
color: #C21189;
}
.AnyTagClassName
{
color: #C21189;
}
</style>
background-color css
<style>
a { background-color: #C21189; }
a { background-color: rgb(194,17,137); }
div.DivClassName
{
background-color: #C21189;
}
.BgClassName
{
background-color: #C21189;
}
</style>
border-color css
<style>
span { border-color: #C21189; }
span { border-color: rgb(194,17,137); }
td.TdClassName
{
border-color: #C21189;
}
.TagClassName
{
border-color: #C21189;
}
</style>