Shades of Medium Violet Red #C21595
Tints of Medium Violet Red #C21595
RGB
CMYK
RGB Variations
Color information
#C21595 (or 0xC21595) is known color: Medium Violet Red. HEX triplet: C2, 15 and 95. RGB value is (194,21,149). Sum of RGB (Red+Green+Blue) = 194+21+149=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21595 is #3DEA6A. Grayscale: #565656. Windows color (decimal): -4057707 or 9770434. OLE color: 9770434.
HSL color Cylindrical-coordinate representation of color #C21595: hue angle of 315.61º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21595 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 149 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.24 |
| HSL | 315.61º | 0.8% | 0.42% | - |
| HSV(B) | 315.61º | 0.89% | 0.76% | - |
| XYZ | 27.94 | 14.18 | 29.7 | - |
| YUV | 87.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 149 | 0 | 0.89 | 0.23 | 0.24 | 315.61 | 0.8 | 0.42 |
| Hex | C2 | 15 | 95 | 0 | 59 | 17 | 18 | 13C | 50 | 2A |
| Octal | 302 | 25 | 225 | 0 | 131 | 27 | 30 | 474 | 120 | 52 |
| Binary | 11000010 | 10101 | 10010101 | 0 | 1011001 | 10111 | 11000 | 100111100 | 1010000 | 101010 |
Color Harmonies of #C21595
Complementary color
Monochromatic Colors of #C21595
Black with #C21595
Text Example
Text Example
White with #C21595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21595; }
p { color: rgb(194,21,149); }
H1.HeaderClassName
{
color: #C21595;
}
.AnyTagClassName
{
color: #C21595;
}
</style>
background-color css
<style>
a { background-color: #C21595; }
a { background-color: rgb(194,21,149); }
div.DivClassName
{
background-color: #C21595;
}
.BgClassName
{
background-color: #C21595;
}
</style>
border-color css
<style>
span { border-color: #C21595; }
span { border-color: rgb(194,21,149); }
td.TdClassName
{
border-color: #C21595;
}
.TagClassName
{
border-color: #C21595;
}
</style>