Shades of Medium Violet Red #C21695
Tints of Medium Violet Red #C21695
RGB
CMYK
RGB Variations
Color information
#C21695 (or 0xC21695) is known color: Medium Violet Red. HEX triplet: C2, 16 and 95. RGB value is (194,22,149). Sum of RGB (Red+Green+Blue) = 194+22+149=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C21695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21695 is #3DE96A. Grayscale: #575757. Windows color (decimal): -4057451 or 9770690. OLE color: 9770690.
HSL color Cylindrical-coordinate representation of color #C21695: hue angle of 315.7º 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 #C21695 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 149 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.24 |
| HSL | 315.7º | 0.8% | 0.42% | - |
| HSV(B) | 315.7º | 0.89% | 0.76% | - |
| XYZ | 27.96 | 14.21 | 29.7 | - |
| YUV | 87.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 149 | 0 | 0.89 | 0.23 | 0.24 | 315.7 | 0.8 | 0.42 |
| Hex | C2 | 16 | 95 | 0 | 59 | 17 | 18 | 13C | 50 | 2A |
| Octal | 302 | 26 | 225 | 0 | 131 | 27 | 30 | 474 | 120 | 52 |
| Binary | 11000010 | 10110 | 10010101 | 0 | 1011001 | 10111 | 11000 | 100111100 | 1010000 | 101010 |
Color Harmonies of #C21695
Complementary color
Monochromatic Colors of #C21695
Black with #C21695
Text Example
Text Example
White with #C21695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21695; }
p { color: rgb(194,22,149); }
H1.HeaderClassName
{
color: #C21695;
}
.AnyTagClassName
{
color: #C21695;
}
</style>
background-color css
<style>
a { background-color: #C21695; }
a { background-color: rgb(194,22,149); }
div.DivClassName
{
background-color: #C21695;
}
.BgClassName
{
background-color: #C21695;
}
</style>
border-color css
<style>
span { border-color: #C21695; }
span { border-color: rgb(194,22,149); }
td.TdClassName
{
border-color: #C21695;
}
.TagClassName
{
border-color: #C21695;
}
</style>