Shades of Medium Violet Red #C21D95
Tints of Medium Violet Red #C21D95
RGB
CMYK
RGB Variations
Color information
#C21D95 (or 0xC21D95) is known color: Medium Violet Red. HEX triplet: C2, 1D and 95. RGB value is (194,29,149). Sum of RGB (Red+Green+Blue) = 194+29+149=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 29 (11.72% from 255 or 7.80% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D95 is #3DE26A. Grayscale: #5B5B5B. Windows color (decimal): -4055659 or 9772482. OLE color: 9772482.
HSL color Cylindrical-coordinate representation of color #C21D95: hue angle of 316.36º 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 #C21D95 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 149 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.24 |
| HSL | 316.36º | 0.74% | 0.44% | - |
| HSV(B) | 316.36º | 0.85% | 0.76% | - |
| XYZ | 28.11 | 14.52 | 29.75 | - |
| YUV | 92.02 | 160.16 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 149 | 0 | 0.85 | 0.23 | 0.24 | 316.36 | 0.74 | 0.44 |
| Hex | C2 | 1D | 95 | 0 | 55 | 17 | 18 | 13C | 4A | 2C |
| Octal | 302 | 35 | 225 | 0 | 125 | 27 | 30 | 474 | 112 | 54 |
| Binary | 11000010 | 11101 | 10010101 | 0 | 1010101 | 10111 | 11000 | 100111100 | 1001010 | 101100 |
Color Harmonies of #C21D95
Complementary color
Monochromatic Colors of #C21D95
Black with #C21D95
Text Example
Text Example
White with #C21D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D95; }
p { color: rgb(194,29,149); }
H1.HeaderClassName
{
color: #C21D95;
}
.AnyTagClassName
{
color: #C21D95;
}
</style>
background-color css
<style>
a { background-color: #C21D95; }
a { background-color: rgb(194,29,149); }
div.DivClassName
{
background-color: #C21D95;
}
.BgClassName
{
background-color: #C21D95;
}
</style>
border-color css
<style>
span { border-color: #C21D95; }
span { border-color: rgb(194,29,149); }
td.TdClassName
{
border-color: #C21D95;
}
.TagClassName
{
border-color: #C21D95;
}
</style>