Shades of Medium Violet Red #C21C86
Tints of Medium Violet Red #C21C86
RGB
CMYK
RGB Variations
Color information
#C21C86 (or 0xC21C86) is known color: Medium Violet Red. HEX triplet: C2, 1C and 86. RGB value is (194,28,134). Sum of RGB (Red+Green+Blue) = 194+28+134=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21C86 is #3DE379. Grayscale: #595959. Windows color (decimal): -4055930 or 8789186. OLE color: 8789186.
HSL color Cylindrical-coordinate representation of color #C21C86: hue angle of 321.69º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C21C86 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 134 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.24 |
| HSL | 321.69º | 0.75% | 0.44% | - |
| HSV(B) | 321.69º | 0.86% | 0.76% | - |
| XYZ | 26.97 | 14.02 | 23.84 | - |
| YUV | 89.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 134 | 0 | 0.86 | 0.31 | 0.24 | 321.69 | 0.75 | 0.44 |
| Hex | C2 | 1C | 86 | 0 | 56 | 1F | 18 | 142 | 4B | 2C |
| Octal | 302 | 34 | 206 | 0 | 126 | 37 | 30 | 502 | 113 | 54 |
| Binary | 11000010 | 11100 | 10000110 | 0 | 1010110 | 11111 | 11000 | 101000010 | 1001011 | 101100 |
Color Harmonies of #C21C86
Complementary color
Monochromatic Colors of #C21C86
Black with #C21C86
Text Example
Text Example
White with #C21C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C86; }
p { color: rgb(194,28,134); }
H1.HeaderClassName
{
color: #C21C86;
}
.AnyTagClassName
{
color: #C21C86;
}
</style>
background-color css
<style>
a { background-color: #C21C86; }
a { background-color: rgb(194,28,134); }
div.DivClassName
{
background-color: #C21C86;
}
.BgClassName
{
background-color: #C21C86;
}
</style>
border-color css
<style>
span { border-color: #C21C86; }
span { border-color: rgb(194,28,134); }
td.TdClassName
{
border-color: #C21C86;
}
.TagClassName
{
border-color: #C21C86;
}
</style>