Shades of Medium Violet Red #C21170
Tints of Medium Violet Red #C21170
RGB
CMYK
RGB Variations
Color information
#C21170 (or 0xC21170) is known color: Medium Violet Red. HEX triplet: C2, 11 and 70. RGB value is (194,17,112). Sum of RGB (Red+Green+Blue) = 194+17+112=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C21170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21170 is #3DEE8F. Grayscale: #505050. Windows color (decimal): -4058768 or 7344578. OLE color: 7344578.
HSL color Cylindrical-coordinate representation of color #C21170: hue angle of 327.8º 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 #C21170 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 112 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.24 |
| HSL | 327.8º | 0.84% | 0.41% | - |
| HSV(B) | 327.8º | 0.91% | 0.76% | - |
| XYZ | 25.37 | 13.04 | 16.51 | - |
| YUV | 80.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 112 | 0 | 0.91 | 0.42 | 0.24 | 327.8 | 0.84 | 0.41 |
| Hex | C2 | 11 | 70 | 0 | 5B | 2A | 18 | 148 | 54 | 29 |
| Octal | 302 | 21 | 160 | 0 | 133 | 52 | 30 | 510 | 124 | 51 |
| Binary | 11000010 | 10001 | 1110000 | 0 | 1011011 | 101010 | 11000 | 101001000 | 1010100 | 101001 |
Color Harmonies of #C21170
Complementary color
Monochromatic Colors of #C21170
Black with #C21170
Text Example
Text Example
White with #C21170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21170; }
p { color: rgb(194,17,112); }
H1.HeaderClassName
{
color: #C21170;
}
.AnyTagClassName
{
color: #C21170;
}
</style>
background-color css
<style>
a { background-color: #C21170; }
a { background-color: rgb(194,17,112); }
div.DivClassName
{
background-color: #C21170;
}
.BgClassName
{
background-color: #C21170;
}
</style>
border-color css
<style>
span { border-color: #C21170; }
span { border-color: rgb(194,17,112); }
td.TdClassName
{
border-color: #C21170;
}
.TagClassName
{
border-color: #C21170;
}
</style>