Shades of Medium Violet Red #C21172
Tints of Medium Violet Red #C21172
RGB
CMYK
RGB Variations
Color information
#C21172 (or 0xC21172) is known color: Medium Violet Red. HEX triplet: C2, 11 and 72. RGB value is (194,17,114). Sum of RGB (Red+Green+Blue) = 194+17+114=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C21172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21172 is #3DEE8D. Grayscale: #505050. Windows color (decimal): -4058766 or 7475650. OLE color: 7475650.
HSL color Cylindrical-coordinate representation of color #C21172: hue angle of 327.12º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21172 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 114 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.24 |
| HSL | 327.12º | 0.84% | 0.41% | - |
| HSV(B) | 327.12º | 0.91% | 0.76% | - |
| XYZ | 25.49 | 13.09 | 17.1 | - |
| YUV | 80.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 114 | 0 | 0.91 | 0.41 | 0.24 | 327.12 | 0.84 | 0.41 |
| Hex | C2 | 11 | 72 | 0 | 5B | 29 | 18 | 147 | 54 | 29 |
| Octal | 302 | 21 | 162 | 0 | 133 | 51 | 30 | 507 | 124 | 51 |
| Binary | 11000010 | 10001 | 1110010 | 0 | 1011011 | 101001 | 11000 | 101000111 | 1010100 | 101001 |
Color Harmonies of #C21172
Complementary color
Monochromatic Colors of #C21172
Black with #C21172
Text Example
Text Example
White with #C21172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21172; }
p { color: rgb(194,17,114); }
H1.HeaderClassName
{
color: #C21172;
}
.AnyTagClassName
{
color: #C21172;
}
</style>
background-color css
<style>
a { background-color: #C21172; }
a { background-color: rgb(194,17,114); }
div.DivClassName
{
background-color: #C21172;
}
.BgClassName
{
background-color: #C21172;
}
</style>
border-color css
<style>
span { border-color: #C21172; }
span { border-color: rgb(194,17,114); }
td.TdClassName
{
border-color: #C21172;
}
.TagClassName
{
border-color: #C21172;
}
</style>