Shades of Medium Violet Red #C21077
Tints of Medium Violet Red #C21077
RGB
CMYK
RGB Variations
Color information
#C21077 (or 0xC21077) is known color: Medium Violet Red. HEX triplet: C2, 10 and 77. RGB value is (194,16,119). Sum of RGB (Red+Green+Blue) = 194+16+119=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C21077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21077 is #3DEF88. Grayscale: #505050. Windows color (decimal): -4059017 or 7803074. OLE color: 7803074.
HSL color Cylindrical-coordinate representation of color #C21077: hue angle of 325.28º 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 #C21077 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 119 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.24 |
| HSL | 325.28º | 0.85% | 0.41% | - |
| HSV(B) | 325.28º | 0.92% | 0.76% | - |
| XYZ | 25.76 | 13.17 | 18.64 | - |
| YUV | 80.96 | 149.47 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 119 | 0 | 0.92 | 0.39 | 0.24 | 325.28 | 0.85 | 0.41 |
| Hex | C2 | 10 | 77 | 0 | 5C | 27 | 18 | 145 | 55 | 29 |
| Octal | 302 | 20 | 167 | 0 | 134 | 47 | 30 | 505 | 125 | 51 |
| Binary | 11000010 | 10000 | 1110111 | 0 | 1011100 | 100111 | 11000 | 101000101 | 1010101 | 101001 |
Color Harmonies of #C21077
Complementary color
Monochromatic Colors of #C21077
Black with #C21077
Text Example
Text Example
White with #C21077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21077; }
p { color: rgb(194,16,119); }
H1.HeaderClassName
{
color: #C21077;
}
.AnyTagClassName
{
color: #C21077;
}
</style>
background-color css
<style>
a { background-color: #C21077; }
a { background-color: rgb(194,16,119); }
div.DivClassName
{
background-color: #C21077;
}
.BgClassName
{
background-color: #C21077;
}
</style>
border-color css
<style>
span { border-color: #C21077; }
span { border-color: rgb(194,16,119); }
td.TdClassName
{
border-color: #C21077;
}
.TagClassName
{
border-color: #C21077;
}
</style>