Shades of Medium Violet Red #C21789
Tints of Medium Violet Red #C21789
RGB
CMYK
RGB Variations
Color information
#C21789 (or 0xC21789) is known color: Medium Violet Red. HEX triplet: C2, 17 and 89. RGB value is (194,23,137). Sum of RGB (Red+Green+Blue) = 194+23+137=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C21789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21789 is #3DE876. Grayscale: #565656. Windows color (decimal): -4057207 or 8984514. OLE color: 8984514.
HSL color Cylindrical-coordinate representation of color #C21789: hue angle of 320º degrees, saturation: 0.79, 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 #C21789 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 137 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.24 |
| HSL | 320º | 0.79% | 0.43% | - |
| HSV(B) | 320º | 0.88% | 0.76% | - |
| XYZ | 27.07 | 13.89 | 24.92 | - |
| YUV | 87.13 | 156.15 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 137 | 0 | 0.88 | 0.29 | 0.24 | 320 | 0.79 | 0.43 |
| Hex | C2 | 17 | 89 | 0 | 58 | 1D | 18 | 140 | 4F | 2B |
| Octal | 302 | 27 | 211 | 0 | 130 | 35 | 30 | 500 | 117 | 53 |
| Binary | 11000010 | 10111 | 10001001 | 0 | 1011000 | 11101 | 11000 | 101000000 | 1001111 | 101011 |
Color Harmonies of #C21789
Complementary color
Monochromatic Colors of #C21789
Black with #C21789
Text Example
Text Example
White with #C21789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21789; }
p { color: rgb(194,23,137); }
H1.HeaderClassName
{
color: #C21789;
}
.AnyTagClassName
{
color: #C21789;
}
</style>
background-color css
<style>
a { background-color: #C21789; }
a { background-color: rgb(194,23,137); }
div.DivClassName
{
background-color: #C21789;
}
.BgClassName
{
background-color: #C21789;
}
</style>
border-color css
<style>
span { border-color: #C21789; }
span { border-color: rgb(194,23,137); }
td.TdClassName
{
border-color: #C21789;
}
.TagClassName
{
border-color: #C21789;
}
</style>