Shades of Medium Violet Red #C21680
Tints of Medium Violet Red #C21680
RGB
CMYK
RGB Variations
Color information
#C21680 (or 0xC21680) is known color: Medium Violet Red. HEX triplet: C2, 16 and 80. RGB value is (194,22,128). Sum of RGB (Red+Green+Blue) = 194+22+128=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C21680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21680 is #3DE97F. Grayscale: #555555. Windows color (decimal): -4057472 or 8394434. OLE color: 8394434.
HSL color Cylindrical-coordinate representation of color #C21680: hue angle of 323.02º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21680 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 128 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.24 |
| HSL | 323.02º | 0.8% | 0.42% | - |
| HSV(B) | 323.02º | 0.89% | 0.76% | - |
| XYZ | 26.43 | 13.6 | 21.65 | - |
| YUV | 85.51 | 151.98 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 128 | 0 | 0.89 | 0.34 | 0.24 | 323.02 | 0.8 | 0.42 |
| Hex | C2 | 16 | 80 | 0 | 59 | 22 | 18 | 143 | 50 | 2A |
| Octal | 302 | 26 | 200 | 0 | 131 | 42 | 30 | 503 | 120 | 52 |
| Binary | 11000010 | 10110 | 10000000 | 0 | 1011001 | 100010 | 11000 | 101000011 | 1010000 | 101010 |
Color Harmonies of #C21680
Complementary color
Monochromatic Colors of #C21680
Black with #C21680
Text Example
Text Example
White with #C21680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21680; }
p { color: rgb(194,22,128); }
H1.HeaderClassName
{
color: #C21680;
}
.AnyTagClassName
{
color: #C21680;
}
</style>
background-color css
<style>
a { background-color: #C21680; }
a { background-color: rgb(194,22,128); }
div.DivClassName
{
background-color: #C21680;
}
.BgClassName
{
background-color: #C21680;
}
</style>
border-color css
<style>
span { border-color: #C21680; }
span { border-color: rgb(194,22,128); }
td.TdClassName
{
border-color: #C21680;
}
.TagClassName
{
border-color: #C21680;
}
</style>