Shades of Medium Violet Red #C21D8D
Tints of Medium Violet Red #C21D8D
RGB
CMYK
RGB Variations
Color information
#C21D8D (or 0xC21D8D) is known color: Medium Violet Red. HEX triplet: C2, 1D and 8D. RGB value is (194,29,141). Sum of RGB (Red+Green+Blue) = 194+29+141=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D8D is #3DE272. Grayscale: #5A5A5A. Windows color (decimal): -4055667 or 9248194. OLE color: 9248194.
HSL color Cylindrical-coordinate representation of color #C21D8D: hue angle of 319.27º 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 #C21D8D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 141 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.24 |
| HSL | 319.27º | 0.74% | 0.44% | - |
| HSV(B) | 319.27º | 0.85% | 0.76% | - |
| XYZ | 27.5 | 14.27 | 26.5 | - |
| YUV | 91.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 141 | 0 | 0.85 | 0.27 | 0.24 | 319.27 | 0.74 | 0.44 |
| Hex | C2 | 1D | 8D | 0 | 55 | 1B | 18 | 13F | 4A | 2C |
| Octal | 302 | 35 | 215 | 0 | 125 | 33 | 30 | 477 | 112 | 54 |
| Binary | 11000010 | 11101 | 10001101 | 0 | 1010101 | 11011 | 11000 | 100111111 | 1001010 | 101100 |
Color Harmonies of #C21D8D
Complementary color
Monochromatic Colors of #C21D8D
Black with #C21D8D
Text Example
Text Example
White with #C21D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D8D; }
p { color: rgb(194,29,141); }
H1.HeaderClassName
{
color: #C21D8D;
}
.AnyTagClassName
{
color: #C21D8D;
}
</style>
background-color css
<style>
a { background-color: #C21D8D; }
a { background-color: rgb(194,29,141); }
div.DivClassName
{
background-color: #C21D8D;
}
.BgClassName
{
background-color: #C21D8D;
}
</style>
border-color css
<style>
span { border-color: #C21D8D; }
span { border-color: rgb(194,29,141); }
td.TdClassName
{
border-color: #C21D8D;
}
.TagClassName
{
border-color: #C21D8D;
}
</style>