Shades of Medium Violet Red #C21681
Tints of Medium Violet Red #C21681
RGB
CMYK
RGB Variations
Color information
#C21681 (or 0xC21681) is known color: Medium Violet Red. HEX triplet: C2, 16 and 81. RGB value is (194,22,129). Sum of RGB (Red+Green+Blue) = 194+22+129=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C21681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21681 is #3DE97E. Grayscale: #555555. Windows color (decimal): -4057471 or 8459970. OLE color: 8459970.
HSL color Cylindrical-coordinate representation of color #C21681: hue angle of 322.67º 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 #C21681 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 22 | 129 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.24 |
| HSL | 322.67º | 0.8% | 0.42% | - |
| HSV(B) | 322.67º | 0.89% | 0.76% | - |
| XYZ | 26.5 | 13.63 | 22 | - |
| YUV | 85.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 129 | 0 | 0.89 | 0.34 | 0.24 | 322.67 | 0.8 | 0.42 |
| Hex | C2 | 16 | 81 | 0 | 59 | 22 | 18 | 143 | 50 | 2A |
| Octal | 302 | 26 | 201 | 0 | 131 | 42 | 30 | 503 | 120 | 52 |
| Binary | 11000010 | 10110 | 10000001 | 0 | 1011001 | 100010 | 11000 | 101000011 | 1010000 | 101010 |
Color Harmonies of #C21681
Complementary color
Monochromatic Colors of #C21681
Black with #C21681
Text Example
Text Example
White with #C21681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21681; }
p { color: rgb(194,22,129); }
H1.HeaderClassName
{
color: #C21681;
}
.AnyTagClassName
{
color: #C21681;
}
</style>
background-color css
<style>
a { background-color: #C21681; }
a { background-color: rgb(194,22,129); }
div.DivClassName
{
background-color: #C21681;
}
.BgClassName
{
background-color: #C21681;
}
</style>
border-color css
<style>
span { border-color: #C21681; }
span { border-color: rgb(194,22,129); }
td.TdClassName
{
border-color: #C21681;
}
.TagClassName
{
border-color: #C21681;
}
</style>