Shades of Medium Violet Red #C21791
Tints of Medium Violet Red #C21791
RGB
CMYK
RGB Variations
Color information
#C21791 (or 0xC21791) is known color: Medium Violet Red. HEX triplet: C2, 17 and 91. RGB value is (194,23,145). Sum of RGB (Red+Green+Blue) = 194+23+145=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C21791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21791 is #3DE86E. Grayscale: #575757. Windows color (decimal): -4057199 or 9508802. OLE color: 9508802.
HSL color Cylindrical-coordinate representation of color #C21791: hue angle of 317.19º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21791 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 145 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.24 |
| HSL | 317.19º | 0.79% | 0.43% | - |
| HSV(B) | 317.19º | 0.88% | 0.76% | - |
| XYZ | 27.67 | 14.13 | 28.06 | - |
| YUV | 88.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 145 | 0 | 0.88 | 0.25 | 0.24 | 317.19 | 0.79 | 0.43 |
| Hex | C2 | 17 | 91 | 0 | 58 | 19 | 18 | 13D | 4F | 2B |
| Octal | 302 | 27 | 221 | 0 | 130 | 31 | 30 | 475 | 117 | 53 |
| Binary | 11000010 | 10111 | 10010001 | 0 | 1011000 | 11001 | 11000 | 100111101 | 1001111 | 101011 |
Color Harmonies of #C21791
Complementary color
Monochromatic Colors of #C21791
Black with #C21791
Text Example
Text Example
White with #C21791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21791; }
p { color: rgb(194,23,145); }
H1.HeaderClassName
{
color: #C21791;
}
.AnyTagClassName
{
color: #C21791;
}
</style>
background-color css
<style>
a { background-color: #C21791; }
a { background-color: rgb(194,23,145); }
div.DivClassName
{
background-color: #C21791;
}
.BgClassName
{
background-color: #C21791;
}
</style>
border-color css
<style>
span { border-color: #C21791; }
span { border-color: rgb(194,23,145); }
td.TdClassName
{
border-color: #C21791;
}
.TagClassName
{
border-color: #C21791;
}
</style>