Shades of Medium Violet Red #C21970
Tints of Medium Violet Red #C21970
RGB
CMYK
RGB Variations
Color information
#C21970 (or 0xC21970) is known color: Medium Violet Red. HEX triplet: C2, 19 and 70. RGB value is (194,25,112). Sum of RGB (Red+Green+Blue) = 194+25+112=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 112 (44.14% from 255 or 33.84% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21970 is #3DE68F. Grayscale: #555555. Windows color (decimal): -4056720 or 7346626. OLE color: 7346626.
HSL color Cylindrical-coordinate representation of color #C21970: hue angle of 329.11º 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 #C21970 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 112 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.24 |
| HSL | 329.11º | 0.77% | 0.43% | - |
| HSV(B) | 329.11º | 0.87% | 0.76% | - |
| XYZ | 25.52 | 13.33 | 16.56 | - |
| YUV | 85.45 | 142.99 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 112 | 0 | 0.87 | 0.42 | 0.24 | 329.11 | 0.77 | 0.43 |
| Hex | C2 | 19 | 70 | 0 | 57 | 2A | 18 | 149 | 4D | 2B |
| Octal | 302 | 31 | 160 | 0 | 127 | 52 | 30 | 511 | 115 | 53 |
| Binary | 11000010 | 11001 | 1110000 | 0 | 1010111 | 101010 | 11000 | 101001001 | 1001101 | 101011 |
Color Harmonies of #C21970
Complementary color
Monochromatic Colors of #C21970
Black with #C21970
Text Example
Text Example
White with #C21970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21970; }
p { color: rgb(194,25,112); }
H1.HeaderClassName
{
color: #C21970;
}
.AnyTagClassName
{
color: #C21970;
}
</style>
background-color css
<style>
a { background-color: #C21970; }
a { background-color: rgb(194,25,112); }
div.DivClassName
{
background-color: #C21970;
}
.BgClassName
{
background-color: #C21970;
}
</style>
border-color css
<style>
span { border-color: #C21970; }
span { border-color: rgb(194,25,112); }
td.TdClassName
{
border-color: #C21970;
}
.TagClassName
{
border-color: #C21970;
}
</style>