Shades of Medium Violet Red #C21391
Tints of Medium Violet Red #C21391
RGB
CMYK
RGB Variations
Color information
#C21391 (or 0xC21391) is known color: Medium Violet Red. HEX triplet: C2, 13 and 91. RGB value is (194,19,145). Sum of RGB (Red+Green+Blue) = 194+19+145=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C21391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21391 is #3DEC6E. Grayscale: #555555. Windows color (decimal): -4058223 or 9507778. OLE color: 9507778.
HSL color Cylindrical-coordinate representation of color #C21391: hue angle of 316.8º degrees, saturation: 0.82, 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 #C21391 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 145 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.24 |
| HSL | 316.8º | 0.82% | 0.42% | - |
| HSV(B) | 316.8º | 0.9% | 0.76% | - |
| XYZ | 27.59 | 13.98 | 28.03 | - |
| YUV | 85.69 | 161.48 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 145 | 0 | 0.90 | 0.25 | 0.24 | 316.8 | 0.82 | 0.42 |
| Hex | C2 | 13 | 91 | 0 | 5A | 19 | 18 | 13D | 52 | 2A |
| Octal | 302 | 23 | 221 | 0 | 132 | 31 | 30 | 475 | 122 | 52 |
| Binary | 11000010 | 10011 | 10010001 | 0 | 1011010 | 11001 | 11000 | 100111101 | 1010010 | 101010 |
Color Harmonies of #C21391
Complementary color
Monochromatic Colors of #C21391
Black with #C21391
Text Example
Text Example
White with #C21391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21391; }
p { color: rgb(194,19,145); }
H1.HeaderClassName
{
color: #C21391;
}
.AnyTagClassName
{
color: #C21391;
}
</style>
background-color css
<style>
a { background-color: #C21391; }
a { background-color: rgb(194,19,145); }
div.DivClassName
{
background-color: #C21391;
}
.BgClassName
{
background-color: #C21391;
}
</style>
border-color css
<style>
span { border-color: #C21391; }
span { border-color: rgb(194,19,145); }
td.TdClassName
{
border-color: #C21391;
}
.TagClassName
{
border-color: #C21391;
}
</style>