Shades of Medium Violet Red #C21787
Tints of Medium Violet Red #C21787
RGB
CMYK
RGB Variations
Color information
#C21787 (or 0xC21787) is known color: Medium Violet Red. HEX triplet: C2, 17 and 87. RGB value is (194,23,135). Sum of RGB (Red+Green+Blue) = 194+23+135=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C21787 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21787 is #3DE878. Grayscale: #565656. Windows color (decimal): -4057209 or 8853442. OLE color: 8853442.
HSL color Cylindrical-coordinate representation of color #C21787: hue angle of 320.7º 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 #C21787 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 135 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.24 |
| HSL | 320.7º | 0.79% | 0.43% | - |
| HSV(B) | 320.7º | 0.88% | 0.76% | - |
| XYZ | 26.93 | 13.83 | 24.17 | - |
| YUV | 86.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 135 | 0 | 0.88 | 0.30 | 0.24 | 320.7 | 0.79 | 0.43 |
| Hex | C2 | 17 | 87 | 0 | 58 | 1E | 18 | 141 | 4F | 2B |
| Octal | 302 | 27 | 207 | 0 | 130 | 36 | 30 | 501 | 117 | 53 |
| Binary | 11000010 | 10111 | 10000111 | 0 | 1011000 | 11110 | 11000 | 101000001 | 1001111 | 101011 |
Color Harmonies of #C21787
Complementary color
Monochromatic Colors of #C21787
Black with #C21787
Text Example
Text Example
White with #C21787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21787; }
p { color: rgb(194,23,135); }
H1.HeaderClassName
{
color: #C21787;
}
.AnyTagClassName
{
color: #C21787;
}
</style>
background-color css
<style>
a { background-color: #C21787; }
a { background-color: rgb(194,23,135); }
div.DivClassName
{
background-color: #C21787;
}
.BgClassName
{
background-color: #C21787;
}
</style>
border-color css
<style>
span { border-color: #C21787; }
span { border-color: rgb(194,23,135); }
td.TdClassName
{
border-color: #C21787;
}
.TagClassName
{
border-color: #C21787;
}
</style>