Shades of Medium Violet Red #C21173
Tints of Medium Violet Red #C21173
RGB
CMYK
RGB Variations
Color information
#C21173 (or 0xC21173) is known color: Medium Violet Red. HEX triplet: C2, 11 and 73. RGB value is (194,17,115). Sum of RGB (Red+Green+Blue) = 194+17+115=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C21173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21173 is #3DEE8C. Grayscale: #505050. Windows color (decimal): -4058765 or 7541186. OLE color: 7541186.
HSL color Cylindrical-coordinate representation of color #C21173: hue angle of 326.78º 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 #C21173 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 115 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.24 |
| HSL | 326.78º | 0.84% | 0.41% | - |
| HSV(B) | 326.78º | 0.91% | 0.76% | - |
| XYZ | 25.54 | 13.11 | 17.4 | - |
| YUV | 81.1 | 147.14 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 115 | 0 | 0.91 | 0.41 | 0.24 | 326.78 | 0.84 | 0.41 |
| Hex | C2 | 11 | 73 | 0 | 5B | 29 | 18 | 147 | 54 | 29 |
| Octal | 302 | 21 | 163 | 0 | 133 | 51 | 30 | 507 | 124 | 51 |
| Binary | 11000010 | 10001 | 1110011 | 0 | 1011011 | 101001 | 11000 | 101000111 | 1010100 | 101001 |
Color Harmonies of #C21173
Complementary color
Monochromatic Colors of #C21173
Black with #C21173
Text Example
Text Example
White with #C21173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21173; }
p { color: rgb(194,17,115); }
H1.HeaderClassName
{
color: #C21173;
}
.AnyTagClassName
{
color: #C21173;
}
</style>
background-color css
<style>
a { background-color: #C21173; }
a { background-color: rgb(194,17,115); }
div.DivClassName
{
background-color: #C21173;
}
.BgClassName
{
background-color: #C21173;
}
</style>
border-color css
<style>
span { border-color: #C21173; }
span { border-color: rgb(194,17,115); }
td.TdClassName
{
border-color: #C21173;
}
.TagClassName
{
border-color: #C21173;
}
</style>