Shades of Medium Violet Red #C21780
Tints of Medium Violet Red #C21780
RGB
CMYK
RGB Variations
Color information
#C21780 (or 0xC21780) is known color: Medium Violet Red. HEX triplet: C2, 17 and 80. RGB value is (194,23,128). Sum of RGB (Red+Green+Blue) = 194+23+128=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21780 is #3DE87F. Grayscale: #555555. Windows color (decimal): -4057216 or 8394690. OLE color: 8394690.
HSL color Cylindrical-coordinate representation of color #C21780: hue angle of 323.16º 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 #C21780 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 23 | 128 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.24 |
| HSL | 323.16º | 0.79% | 0.43% | - |
| HSV(B) | 323.16º | 0.88% | 0.76% | - |
| XYZ | 26.45 | 13.64 | 21.66 | - |
| YUV | 86.1 | 151.65 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 128 | 0 | 0.88 | 0.34 | 0.24 | 323.16 | 0.79 | 0.43 |
| Hex | C2 | 17 | 80 | 0 | 58 | 22 | 18 | 143 | 4F | 2B |
| Octal | 302 | 27 | 200 | 0 | 130 | 42 | 30 | 503 | 117 | 53 |
| Binary | 11000010 | 10111 | 10000000 | 0 | 1011000 | 100010 | 11000 | 101000011 | 1001111 | 101011 |
Color Harmonies of #C21780
Complementary color
Monochromatic Colors of #C21780
Black with #C21780
Text Example
Text Example
White with #C21780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21780; }
p { color: rgb(194,23,128); }
H1.HeaderClassName
{
color: #C21780;
}
.AnyTagClassName
{
color: #C21780;
}
</style>
background-color css
<style>
a { background-color: #C21780; }
a { background-color: rgb(194,23,128); }
div.DivClassName
{
background-color: #C21780;
}
.BgClassName
{
background-color: #C21780;
}
</style>
border-color css
<style>
span { border-color: #C21780; }
span { border-color: rgb(194,23,128); }
td.TdClassName
{
border-color: #C21780;
}
.TagClassName
{
border-color: #C21780;
}
</style>