Shades of Medium Violet Red #C21881
Tints of Medium Violet Red #C21881
RGB
CMYK
RGB Variations
Color information
#C21881 (or 0xC21881) is known color: Medium Violet Red. HEX triplet: C2, 18 and 81. RGB value is (194,24,129). Sum of RGB (Red+Green+Blue) = 194+24+129=347 (45% of max value = 765). Red value is 194 (76.17% from 255 or 55.91% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 194 - color contains mainly: red. Hex color #C21881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21881 is #3DE77E. Grayscale: #565656. Windows color (decimal): -4056959 or 8460482. OLE color: 8460482.
HSL color Cylindrical-coordinate representation of color #C21881: hue angle of 322.94º degrees, saturation: 0.78, 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 #C21881 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 24 | 129 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.24 |
| HSL | 322.94º | 0.78% | 0.43% | - |
| HSV(B) | 322.94º | 0.88% | 0.76% | - |
| XYZ | 26.54 | 13.71 | 22.02 | - |
| YUV | 86.8 | 151.82 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 24 | 129 | 0 | 0.88 | 0.34 | 0.24 | 322.94 | 0.78 | 0.43 |
| Hex | C2 | 18 | 81 | 0 | 58 | 22 | 18 | 143 | 4E | 2B |
| Octal | 302 | 30 | 201 | 0 | 130 | 42 | 30 | 503 | 116 | 53 |
| Binary | 11000010 | 11000 | 10000001 | 0 | 1011000 | 100010 | 11000 | 101000011 | 1001110 | 101011 |
Color Harmonies of #C21881
Complementary color
Monochromatic Colors of #C21881
Black with #C21881
Text Example
Text Example
White with #C21881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21881; }
p { color: rgb(194,24,129); }
H1.HeaderClassName
{
color: #C21881;
}
.AnyTagClassName
{
color: #C21881;
}
</style>
background-color css
<style>
a { background-color: #C21881; }
a { background-color: rgb(194,24,129); }
div.DivClassName
{
background-color: #C21881;
}
.BgClassName
{
background-color: #C21881;
}
</style>
border-color css
<style>
span { border-color: #C21881; }
span { border-color: rgb(194,24,129); }
td.TdClassName
{
border-color: #C21881;
}
.TagClassName
{
border-color: #C21881;
}
</style>