Shades of Medium Violet Red #C21379
Tints of Medium Violet Red #C21379
RGB
CMYK
RGB Variations
Color information
#C21379 (or 0xC21379) is known color: Medium Violet Red. HEX triplet: C2, 13 and 79. RGB value is (194,19,121). Sum of RGB (Red+Green+Blue) = 194+19+121=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C21379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21379 is #3DEC86. Grayscale: #525252. Windows color (decimal): -4058247 or 7934914. OLE color: 7934914.
HSL color Cylindrical-coordinate representation of color #C21379: hue angle of 325.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21379 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 121 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.24 |
| HSL | 325.03º | 0.82% | 0.42% | - |
| HSV(B) | 325.03º | 0.9% | 0.76% | - |
| XYZ | 25.93 | 13.32 | 19.29 | - |
| YUV | 82.95 | 149.48 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 121 | 0 | 0.90 | 0.38 | 0.24 | 325.03 | 0.82 | 0.42 |
| Hex | C2 | 13 | 79 | 0 | 5A | 26 | 18 | 145 | 52 | 2A |
| Octal | 302 | 23 | 171 | 0 | 132 | 46 | 30 | 505 | 122 | 52 |
| Binary | 11000010 | 10011 | 1111001 | 0 | 1011010 | 100110 | 11000 | 101000101 | 1010010 | 101010 |
Color Harmonies of #C21379
Complementary color
Monochromatic Colors of #C21379
Black with #C21379
Text Example
Text Example
White with #C21379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21379; }
p { color: rgb(194,19,121); }
H1.HeaderClassName
{
color: #C21379;
}
.AnyTagClassName
{
color: #C21379;
}
</style>
background-color css
<style>
a { background-color: #C21379; }
a { background-color: rgb(194,19,121); }
div.DivClassName
{
background-color: #C21379;
}
.BgClassName
{
background-color: #C21379;
}
</style>
border-color css
<style>
span { border-color: #C21379; }
span { border-color: rgb(194,19,121); }
td.TdClassName
{
border-color: #C21379;
}
.TagClassName
{
border-color: #C21379;
}
</style>