Shades of Medium Violet Red #C21081
Tints of Medium Violet Red #C21081
RGB
CMYK
RGB Variations
Color information
#C21081 (or 0xC21081) is known color: Medium Violet Red. HEX triplet: C2, 10 and 81. RGB value is (194,16,129). Sum of RGB (Red+Green+Blue) = 194+16+129=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C21081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21081 is #3DEF7E. Grayscale: #515151. Windows color (decimal): -4059007 or 8458434. OLE color: 8458434.
HSL color Cylindrical-coordinate representation of color #C21081: hue angle of 321.91º 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 #C21081 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 129 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.24 |
| HSL | 321.91º | 0.85% | 0.41% | - |
| HSV(B) | 321.91º | 0.92% | 0.76% | - |
| XYZ | 26.4 | 13.42 | 21.97 | - |
| YUV | 82.1 | 154.47 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 129 | 0 | 0.92 | 0.34 | 0.24 | 321.91 | 0.85 | 0.41 |
| Hex | C2 | 10 | 81 | 0 | 5C | 22 | 18 | 142 | 55 | 29 |
| Octal | 302 | 20 | 201 | 0 | 134 | 42 | 30 | 502 | 125 | 51 |
| Binary | 11000010 | 10000 | 10000001 | 0 | 1011100 | 100010 | 11000 | 101000010 | 1010101 | 101001 |
Color Harmonies of #C21081
Complementary color
Monochromatic Colors of #C21081
Black with #C21081
Text Example
Text Example
White with #C21081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21081; }
p { color: rgb(194,16,129); }
H1.HeaderClassName
{
color: #C21081;
}
.AnyTagClassName
{
color: #C21081;
}
</style>
background-color css
<style>
a { background-color: #C21081; }
a { background-color: rgb(194,16,129); }
div.DivClassName
{
background-color: #C21081;
}
.BgClassName
{
background-color: #C21081;
}
</style>
border-color css
<style>
span { border-color: #C21081; }
span { border-color: rgb(194,16,129); }
td.TdClassName
{
border-color: #C21081;
}
.TagClassName
{
border-color: #C21081;
}
</style>