Shades of Medium Violet Red #C21187
Tints of Medium Violet Red #C21187
RGB
CMYK
RGB Variations
Color information
#C21187 (or 0xC21187) is known color: Medium Violet Red. HEX triplet: C2, 11 and 87. RGB value is (194,17,135). Sum of RGB (Red+Green+Blue) = 194+17+135=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C21187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21187 is #3DEE78. Grayscale: #535353. Windows color (decimal): -4058745 or 8851906. OLE color: 8851906.
HSL color Cylindrical-coordinate representation of color #C21187: hue angle of 320º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21187 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 135 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.24 |
| HSL | 320º | 0.84% | 0.41% | - |
| HSV(B) | 320º | 0.91% | 0.76% | - |
| XYZ | 26.82 | 13.62 | 24.14 | - |
| YUV | 83.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 135 | 0 | 0.91 | 0.30 | 0.24 | 320 | 0.84 | 0.41 |
| Hex | C2 | 11 | 87 | 0 | 5B | 1E | 18 | 140 | 54 | 29 |
| Octal | 302 | 21 | 207 | 0 | 133 | 36 | 30 | 500 | 124 | 51 |
| Binary | 11000010 | 10001 | 10000111 | 0 | 1011011 | 11110 | 11000 | 101000000 | 1010100 | 101001 |
Color Harmonies of #C21187
Complementary color
Monochromatic Colors of #C21187
Black with #C21187
Text Example
Text Example
White with #C21187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21187; }
p { color: rgb(194,17,135); }
H1.HeaderClassName
{
color: #C21187;
}
.AnyTagClassName
{
color: #C21187;
}
</style>
background-color css
<style>
a { background-color: #C21187; }
a { background-color: rgb(194,17,135); }
div.DivClassName
{
background-color: #C21187;
}
.BgClassName
{
background-color: #C21187;
}
</style>
border-color css
<style>
span { border-color: #C21187; }
span { border-color: rgb(194,17,135); }
td.TdClassName
{
border-color: #C21187;
}
.TagClassName
{
border-color: #C21187;
}
</style>