Shades of Medium Violet Red #C21997
Tints of Medium Violet Red #C21997
RGB
CMYK
RGB Variations
Color information
#C21997 (or 0xC21997) is known color: Medium Violet Red. HEX triplet: C2, 19 and 97. RGB value is (194,25,151). Sum of RGB (Red+Green+Blue) = 194+25+151=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C21997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21997 is #3DE668. Grayscale: #595959. Windows color (decimal): -4056681 or 9902530. OLE color: 9902530.
HSL color Cylindrical-coordinate representation of color #C21997: hue angle of 315.27º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21997 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 151 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.24 |
| HSL | 315.27º | 0.77% | 0.43% | - |
| HSV(B) | 315.27º | 0.87% | 0.76% | - |
| XYZ | 28.18 | 14.4 | 30.57 | - |
| YUV | 89.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 151 | 0 | 0.87 | 0.22 | 0.24 | 315.27 | 0.77 | 0.43 |
| Hex | C2 | 19 | 97 | 0 | 57 | 16 | 18 | 13B | 4D | 2B |
| Octal | 302 | 31 | 227 | 0 | 127 | 26 | 30 | 473 | 115 | 53 |
| Binary | 11000010 | 11001 | 10010111 | 0 | 1010111 | 10110 | 11000 | 100111011 | 1001101 | 101011 |
Color Harmonies of #C21997
Complementary color
Monochromatic Colors of #C21997
Black with #C21997
Text Example
Text Example
White with #C21997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21997; }
p { color: rgb(194,25,151); }
H1.HeaderClassName
{
color: #C21997;
}
.AnyTagClassName
{
color: #C21997;
}
</style>
background-color css
<style>
a { background-color: #C21997; }
a { background-color: rgb(194,25,151); }
div.DivClassName
{
background-color: #C21997;
}
.BgClassName
{
background-color: #C21997;
}
</style>
border-color css
<style>
span { border-color: #C21997; }
span { border-color: rgb(194,25,151); }
td.TdClassName
{
border-color: #C21997;
}
.TagClassName
{
border-color: #C21997;
}
</style>