Shades of Medium Violet Red #C21491
Tints of Medium Violet Red #C21491
RGB
CMYK
RGB Variations
Color information
#C21491 (or 0xC21491) is known color: Medium Violet Red. HEX triplet: C2, 14 and 91. RGB value is (194,20,145). Sum of RGB (Red+Green+Blue) = 194+20+145=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C21491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21491 is #3DEB6E. Grayscale: #555555. Windows color (decimal): -4057967 or 9508034. OLE color: 9508034.
HSL color Cylindrical-coordinate representation of color #C21491: hue angle of 316.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21491 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 145 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.9º | 0.81% | 0.42% | - |
| HSV(B) | 316.9º | 0.9% | 0.76% | - |
| XYZ | 27.61 | 14.01 | 28.04 | - |
| YUV | 86.28 | 161.15 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 145 | 0 | 0.90 | 0.25 | 0.24 | 316.9 | 0.81 | 0.42 |
| Hex | C2 | 14 | 91 | 0 | 5A | 19 | 18 | 13D | 51 | 2A |
| Octal | 302 | 24 | 221 | 0 | 132 | 31 | 30 | 475 | 121 | 52 |
| Binary | 11000010 | 10100 | 10010001 | 0 | 1011010 | 11001 | 11000 | 100111101 | 1010001 | 101010 |
Color Harmonies of #C21491
Complementary color
Monochromatic Colors of #C21491
Black with #C21491
Text Example
Text Example
White with #C21491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21491; }
p { color: rgb(194,20,145); }
H1.HeaderClassName
{
color: #C21491;
}
.AnyTagClassName
{
color: #C21491;
}
</style>
background-color css
<style>
a { background-color: #C21491; }
a { background-color: rgb(194,20,145); }
div.DivClassName
{
background-color: #C21491;
}
.BgClassName
{
background-color: #C21491;
}
</style>
border-color css
<style>
span { border-color: #C21491; }
span { border-color: rgb(194,20,145); }
td.TdClassName
{
border-color: #C21491;
}
.TagClassName
{
border-color: #C21491;
}
</style>