Shades of Medium Violet Red #C21689
Tints of Medium Violet Red #C21689
RGB
CMYK
RGB Variations
Color information
#C21689 (or 0xC21689) is known color: Medium Violet Red. HEX triplet: C2, 16 and 89. RGB value is (194,22,137). Sum of RGB (Red+Green+Blue) = 194+22+137=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 22 (8.98% from 255 or 6.23% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C21689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21689 is #3DE976. Grayscale: #565656. Windows color (decimal): -4057463 or 8984258. OLE color: 8984258.
HSL color Cylindrical-coordinate representation of color #C21689: hue angle of 319.88º 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 #C21689 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 137 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.24 |
| HSL | 319.88º | 0.8% | 0.42% | - |
| HSV(B) | 319.88º | 0.89% | 0.76% | - |
| XYZ | 27.05 | 13.85 | 24.91 | - |
| YUV | 86.54 | 156.48 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 137 | 0 | 0.89 | 0.29 | 0.24 | 319.88 | 0.8 | 0.42 |
| Hex | C2 | 16 | 89 | 0 | 59 | 1D | 18 | 140 | 50 | 2A |
| Octal | 302 | 26 | 211 | 0 | 131 | 35 | 30 | 500 | 120 | 52 |
| Binary | 11000010 | 10110 | 10001001 | 0 | 1011001 | 11101 | 11000 | 101000000 | 1010000 | 101010 |
Color Harmonies of #C21689
Complementary color
Monochromatic Colors of #C21689
Black with #C21689
Text Example
Text Example
White with #C21689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21689; }
p { color: rgb(194,22,137); }
H1.HeaderClassName
{
color: #C21689;
}
.AnyTagClassName
{
color: #C21689;
}
</style>
background-color css
<style>
a { background-color: #C21689; }
a { background-color: rgb(194,22,137); }
div.DivClassName
{
background-color: #C21689;
}
.BgClassName
{
background-color: #C21689;
}
</style>
border-color css
<style>
span { border-color: #C21689; }
span { border-color: rgb(194,22,137); }
td.TdClassName
{
border-color: #C21689;
}
.TagClassName
{
border-color: #C21689;
}
</style>