Shades of Medium Violet Red #C21D79
Tints of Medium Violet Red #C21D79
RGB
CMYK
RGB Variations
Color information
#C21D79 (or 0xC21D79) is known color: Medium Violet Red. HEX triplet: C2, 1D and 79. RGB value is (194,29,121). Sum of RGB (Red+Green+Blue) = 194+29+121=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D79 is #3DE286. Grayscale: #585858. Windows color (decimal): -4055687 or 7937474. OLE color: 7937474.
HSL color Cylindrical-coordinate representation of color #C21D79: hue angle of 326.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21D79 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 121 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.24 |
| HSL | 326.55º | 0.74% | 0.44% | - |
| HSV(B) | 326.55º | 0.85% | 0.76% | - |
| XYZ | 26.14 | 13.73 | 19.36 | - |
| YUV | 88.82 | 146.16 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 121 | 0 | 0.85 | 0.38 | 0.24 | 326.55 | 0.74 | 0.44 |
| Hex | C2 | 1D | 79 | 0 | 55 | 26 | 18 | 147 | 4A | 2C |
| Octal | 302 | 35 | 171 | 0 | 125 | 46 | 30 | 507 | 112 | 54 |
| Binary | 11000010 | 11101 | 1111001 | 0 | 1010101 | 100110 | 11000 | 101000111 | 1001010 | 101100 |
Color Harmonies of #C21D79
Complementary color
Monochromatic Colors of #C21D79
Black with #C21D79
Text Example
Text Example
White with #C21D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D79; }
p { color: rgb(194,29,121); }
H1.HeaderClassName
{
color: #C21D79;
}
.AnyTagClassName
{
color: #C21D79;
}
</style>
background-color css
<style>
a { background-color: #C21D79; }
a { background-color: rgb(194,29,121); }
div.DivClassName
{
background-color: #C21D79;
}
.BgClassName
{
background-color: #C21D79;
}
</style>
border-color css
<style>
span { border-color: #C21D79; }
span { border-color: rgb(194,29,121); }
td.TdClassName
{
border-color: #C21D79;
}
.TagClassName
{
border-color: #C21D79;
}
</style>