Shades of Medium Violet Red #C21099
Tints of Medium Violet Red #C21099
RGB
CMYK
RGB Variations
Color information
#C21099 (or 0xC21099) is known color: Medium Violet Red. HEX triplet: C2, 10 and 99. RGB value is (194,16,153). Sum of RGB (Red+Green+Blue) = 194+16+153=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C21099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21099 is #3DEF66. Grayscale: #545454. Windows color (decimal): -4058983 or 10031298. OLE color: 10031298.
HSL color Cylindrical-coordinate representation of color #C21099: hue angle of 313.82º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21099 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 153 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.24 |
| HSL | 313.82º | 0.85% | 0.41% | - |
| HSV(B) | 313.82º | 0.92% | 0.76% | - |
| XYZ | 28.18 | 14.14 | 31.38 | - |
| YUV | 84.84 | 166.47 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 153 | 0 | 0.92 | 0.21 | 0.24 | 313.82 | 0.85 | 0.41 |
| Hex | C2 | 10 | 99 | 0 | 5C | 15 | 18 | 13A | 55 | 29 |
| Octal | 302 | 20 | 231 | 0 | 134 | 25 | 30 | 472 | 125 | 51 |
| Binary | 11000010 | 10000 | 10011001 | 0 | 1011100 | 10101 | 11000 | 100111010 | 1010101 | 101001 |
Color Harmonies of #C21099
Complementary color
Monochromatic Colors of #C21099
Black with #C21099
Text Example
Text Example
White with #C21099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21099; }
p { color: rgb(194,16,153); }
H1.HeaderClassName
{
color: #C21099;
}
.AnyTagClassName
{
color: #C21099;
}
</style>
background-color css
<style>
a { background-color: #C21099; }
a { background-color: rgb(194,16,153); }
div.DivClassName
{
background-color: #C21099;
}
.BgClassName
{
background-color: #C21099;
}
</style>
border-color css
<style>
span { border-color: #C21099; }
span { border-color: rgb(194,16,153); }
td.TdClassName
{
border-color: #C21099;
}
.TagClassName
{
border-color: #C21099;
}
</style>