Shades of Medium Violet Red #C21686
Tints of Medium Violet Red #C21686
RGB
CMYK
RGB Variations
Color information
#C21686 (or 0xC21686) is known color: Medium Violet Red. HEX triplet: C2, 16 and 86. RGB value is (194,22,134). Sum of RGB (Red+Green+Blue) = 194+22+134=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C21686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21686 is #3DE979. Grayscale: #555555. Windows color (decimal): -4057466 or 8787650. OLE color: 8787650.
HSL color Cylindrical-coordinate representation of color #C21686: hue angle of 320.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21686 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 134 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.24 |
| HSL | 320.93º | 0.8% | 0.42% | - |
| HSV(B) | 320.93º | 0.89% | 0.76% | - |
| XYZ | 26.84 | 13.76 | 23.8 | - |
| YUV | 86.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 134 | 0 | 0.89 | 0.31 | 0.24 | 320.93 | 0.8 | 0.42 |
| Hex | C2 | 16 | 86 | 0 | 59 | 1F | 18 | 141 | 50 | 2A |
| Octal | 302 | 26 | 206 | 0 | 131 | 37 | 30 | 501 | 120 | 52 |
| Binary | 11000010 | 10110 | 10000110 | 0 | 1011001 | 11111 | 11000 | 101000001 | 1010000 | 101010 |
Color Harmonies of #C21686
Complementary color
Monochromatic Colors of #C21686
Black with #C21686
Text Example
Text Example
White with #C21686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21686; }
p { color: rgb(194,22,134); }
H1.HeaderClassName
{
color: #C21686;
}
.AnyTagClassName
{
color: #C21686;
}
</style>
background-color css
<style>
a { background-color: #C21686; }
a { background-color: rgb(194,22,134); }
div.DivClassName
{
background-color: #C21686;
}
.BgClassName
{
background-color: #C21686;
}
</style>
border-color css
<style>
span { border-color: #C21686; }
span { border-color: rgb(194,22,134); }
td.TdClassName
{
border-color: #C21686;
}
.TagClassName
{
border-color: #C21686;
}
</style>