Shades of Medium Violet Red #C21886
Tints of Medium Violet Red #C21886
RGB
CMYK
RGB Variations
Color information
#C21886 (or 0xC21886) is known color: Medium Violet Red. HEX triplet: C2, 18 and 86. RGB value is (194,24,134). Sum of RGB (Red+Green+Blue) = 194+24+134=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C21886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21886 is #3DE779. Grayscale: #575757. Windows color (decimal): -4056954 or 8788162. OLE color: 8788162.
HSL color Cylindrical-coordinate representation of color #C21886: hue angle of 321.18º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21886 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 134 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.24 |
| HSL | 321.18º | 0.78% | 0.43% | - |
| HSV(B) | 321.18º | 0.88% | 0.76% | - |
| XYZ | 26.88 | 13.84 | 23.81 | - |
| YUV | 87.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 134 | 0 | 0.88 | 0.31 | 0.24 | 321.18 | 0.78 | 0.43 |
| Hex | C2 | 18 | 86 | 0 | 58 | 1F | 18 | 141 | 4E | 2B |
| Octal | 302 | 30 | 206 | 0 | 130 | 37 | 30 | 501 | 116 | 53 |
| Binary | 11000010 | 11000 | 10000110 | 0 | 1011000 | 11111 | 11000 | 101000001 | 1001110 | 101011 |
Color Harmonies of #C21886
Complementary color
Monochromatic Colors of #C21886
Black with #C21886
Text Example
Text Example
White with #C21886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21886; }
p { color: rgb(194,24,134); }
H1.HeaderClassName
{
color: #C21886;
}
.AnyTagClassName
{
color: #C21886;
}
</style>
background-color css
<style>
a { background-color: #C21886; }
a { background-color: rgb(194,24,134); }
div.DivClassName
{
background-color: #C21886;
}
.BgClassName
{
background-color: #C21886;
}
</style>
border-color css
<style>
span { border-color: #C21886; }
span { border-color: rgb(194,24,134); }
td.TdClassName
{
border-color: #C21886;
}
.TagClassName
{
border-color: #C21886;
}
</style>