Shades of Medium Violet Red #C21175
Tints of Medium Violet Red #C21175
RGB
CMYK
RGB Variations
Color information
#C21175 (or 0xC21175) is known color: Medium Violet Red. HEX triplet: C2, 11 and 75. RGB value is (194,17,117). Sum of RGB (Red+Green+Blue) = 194+17+117=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C21175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21175 is #3DEE8A. Grayscale: #515151. Windows color (decimal): -4058763 or 7672258. OLE color: 7672258.
HSL color Cylindrical-coordinate representation of color #C21175: hue angle of 326.1º 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 #C21175 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 117 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.24 |
| HSL | 326.1º | 0.84% | 0.41% | - |
| HSV(B) | 326.1º | 0.91% | 0.76% | - |
| XYZ | 25.66 | 13.15 | 18.02 | - |
| YUV | 81.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 117 | 0 | 0.91 | 0.40 | 0.24 | 326.1 | 0.84 | 0.41 |
| Hex | C2 | 11 | 75 | 0 | 5B | 28 | 18 | 146 | 54 | 29 |
| Octal | 302 | 21 | 165 | 0 | 133 | 50 | 30 | 506 | 124 | 51 |
| Binary | 11000010 | 10001 | 1110101 | 0 | 1011011 | 101000 | 11000 | 101000110 | 1010100 | 101001 |
Color Harmonies of #C21175
Complementary color
Monochromatic Colors of #C21175
Black with #C21175
Text Example
Text Example
White with #C21175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21175; }
p { color: rgb(194,17,117); }
H1.HeaderClassName
{
color: #C21175;
}
.AnyTagClassName
{
color: #C21175;
}
</style>
background-color css
<style>
a { background-color: #C21175; }
a { background-color: rgb(194,17,117); }
div.DivClassName
{
background-color: #C21175;
}
.BgClassName
{
background-color: #C21175;
}
</style>
border-color css
<style>
span { border-color: #C21175; }
span { border-color: rgb(194,17,117); }
td.TdClassName
{
border-color: #C21175;
}
.TagClassName
{
border-color: #C21175;
}
</style>