Shades of Medium Violet Red #C21771
Tints of Medium Violet Red #C21771
RGB
CMYK
RGB Variations
Color information
#C21771 (or 0xC21771) is known color: Medium Violet Red. HEX triplet: C2, 17 and 71. RGB value is (194,23,113). Sum of RGB (Red+Green+Blue) = 194+23+113=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C21771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21771 is #3DE88E. Grayscale: #545454. Windows color (decimal): -4057231 or 7411650. OLE color: 7411650.
HSL color Cylindrical-coordinate representation of color #C21771: hue angle of 328.42º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21771 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 113 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.24 |
| HSL | 328.42º | 0.79% | 0.43% | - |
| HSV(B) | 328.42º | 0.88% | 0.76% | - |
| XYZ | 25.54 | 13.27 | 16.84 | - |
| YUV | 84.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 113 | 0 | 0.88 | 0.42 | 0.24 | 328.42 | 0.79 | 0.43 |
| Hex | C2 | 17 | 71 | 0 | 58 | 2A | 18 | 148 | 4F | 2B |
| Octal | 302 | 27 | 161 | 0 | 130 | 52 | 30 | 510 | 117 | 53 |
| Binary | 11000010 | 10111 | 1110001 | 0 | 1011000 | 101010 | 11000 | 101001000 | 1001111 | 101011 |
Color Harmonies of #C21771
Complementary color
Monochromatic Colors of #C21771
Black with #C21771
Text Example
Text Example
White with #C21771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21771; }
p { color: rgb(194,23,113); }
H1.HeaderClassName
{
color: #C21771;
}
.AnyTagClassName
{
color: #C21771;
}
</style>
background-color css
<style>
a { background-color: #C21771; }
a { background-color: rgb(194,23,113); }
div.DivClassName
{
background-color: #C21771;
}
.BgClassName
{
background-color: #C21771;
}
</style>
border-color css
<style>
span { border-color: #C21771; }
span { border-color: rgb(194,23,113); }
td.TdClassName
{
border-color: #C21771;
}
.TagClassName
{
border-color: #C21771;
}
</style>