Shades of Medium Violet Red #C21D86
Tints of Medium Violet Red #C21D86
RGB
CMYK
RGB Variations
Color information
#C21D86 (or 0xC21D86) is known color: Medium Violet Red. HEX triplet: C2, 1D and 86. RGB value is (194,29,134). Sum of RGB (Red+Green+Blue) = 194+29+134=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D86 is #3DE279. Grayscale: #5A5A5A. Windows color (decimal): -4055674 or 8789442. OLE color: 8789442.
HSL color Cylindrical-coordinate representation of color #C21D86: hue angle of 321.82º 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 #C21D86 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 134 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.24 |
| HSL | 321.82º | 0.74% | 0.44% | - |
| HSV(B) | 321.82º | 0.85% | 0.76% | - |
| XYZ | 26.99 | 14.07 | 23.85 | - |
| YUV | 90.31 | 152.66 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 134 | 0 | 0.85 | 0.31 | 0.24 | 321.82 | 0.74 | 0.44 |
| Hex | C2 | 1D | 86 | 0 | 55 | 1F | 18 | 142 | 4A | 2C |
| Octal | 302 | 35 | 206 | 0 | 125 | 37 | 30 | 502 | 112 | 54 |
| Binary | 11000010 | 11101 | 10000110 | 0 | 1010101 | 11111 | 11000 | 101000010 | 1001010 | 101100 |
Color Harmonies of #C21D86
Complementary color
Monochromatic Colors of #C21D86
Black with #C21D86
Text Example
Text Example
White with #C21D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D86; }
p { color: rgb(194,29,134); }
H1.HeaderClassName
{
color: #C21D86;
}
.AnyTagClassName
{
color: #C21D86;
}
</style>
background-color css
<style>
a { background-color: #C21D86; }
a { background-color: rgb(194,29,134); }
div.DivClassName
{
background-color: #C21D86;
}
.BgClassName
{
background-color: #C21D86;
}
</style>
border-color css
<style>
span { border-color: #C21D86; }
span { border-color: rgb(194,29,134); }
td.TdClassName
{
border-color: #C21D86;
}
.TagClassName
{
border-color: #C21D86;
}
</style>