Shades of Medium Violet Red #C21479
Tints of Medium Violet Red #C21479
RGB
CMYK
RGB Variations
Color information
#C21479 (or 0xC21479) is known color: Medium Violet Red. HEX triplet: C2, 14 and 79. RGB value is (194,20,121). Sum of RGB (Red+Green+Blue) = 194+20+121=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C21479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21479 is #3DEB86. Grayscale: #535353. Windows color (decimal): -4057991 or 7935170. OLE color: 7935170.
HSL color Cylindrical-coordinate representation of color #C21479: hue angle of 325.17º degrees, saturation: 0.81, 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 #C21479 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 20 | 121 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.24 |
| HSL | 325.17º | 0.81% | 0.42% | - |
| HSV(B) | 325.17º | 0.9% | 0.76% | - |
| XYZ | 25.95 | 13.35 | 19.3 | - |
| YUV | 83.54 | 149.15 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 121 | 0 | 0.90 | 0.38 | 0.24 | 325.17 | 0.81 | 0.42 |
| Hex | C2 | 14 | 79 | 0 | 5A | 26 | 18 | 145 | 51 | 2A |
| Octal | 302 | 24 | 171 | 0 | 132 | 46 | 30 | 505 | 121 | 52 |
| Binary | 11000010 | 10100 | 1111001 | 0 | 1011010 | 100110 | 11000 | 101000101 | 1010001 | 101010 |
Color Harmonies of #C21479
Complementary color
Monochromatic Colors of #C21479
Black with #C21479
Text Example
Text Example
White with #C21479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21479; }
p { color: rgb(194,20,121); }
H1.HeaderClassName
{
color: #C21479;
}
.AnyTagClassName
{
color: #C21479;
}
</style>
background-color css
<style>
a { background-color: #C21479; }
a { background-color: rgb(194,20,121); }
div.DivClassName
{
background-color: #C21479;
}
.BgClassName
{
background-color: #C21479;
}
</style>
border-color css
<style>
span { border-color: #C21479; }
span { border-color: rgb(194,20,121); }
td.TdClassName
{
border-color: #C21479;
}
.TagClassName
{
border-color: #C21479;
}
</style>