Shades of Medium Violet Red #C21A99
Tints of Medium Violet Red #C21A99
RGB
CMYK
RGB Variations
Color information
#C21A99 (or 0xC21A99) is known color: Medium Violet Red. HEX triplet: C2, 1A and 99. RGB value is (194,26,153). Sum of RGB (Red+Green+Blue) = 194+26+153=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 26 (10.55% from 255 or 6.97% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A99 is #3DE566. Grayscale: #5A5A5A. Windows color (decimal): -4056423 or 10033858. OLE color: 10033858.
HSL color Cylindrical-coordinate representation of color #C21A99: hue angle of 314.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A99 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 153 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.24 |
| HSL | 314.64º | 0.76% | 0.43% | - |
| HSV(B) | 314.64º | 0.87% | 0.76% | - |
| XYZ | 28.37 | 14.51 | 31.44 | - |
| YUV | 90.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 153 | 0 | 0.87 | 0.21 | 0.24 | 314.64 | 0.76 | 0.43 |
| Hex | C2 | 1A | 99 | 0 | 57 | 15 | 18 | 13B | 4C | 2B |
| Octal | 302 | 32 | 231 | 0 | 127 | 25 | 30 | 473 | 114 | 53 |
| Binary | 11000010 | 11010 | 10011001 | 0 | 1010111 | 10101 | 11000 | 100111011 | 1001100 | 101011 |
Color Harmonies of #C21A99
Complementary color
Monochromatic Colors of #C21A99
Black with #C21A99
Text Example
Text Example
White with #C21A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A99; }
p { color: rgb(194,26,153); }
H1.HeaderClassName
{
color: #C21A99;
}
.AnyTagClassName
{
color: #C21A99;
}
</style>
background-color css
<style>
a { background-color: #C21A99; }
a { background-color: rgb(194,26,153); }
div.DivClassName
{
background-color: #C21A99;
}
.BgClassName
{
background-color: #C21A99;
}
</style>
border-color css
<style>
span { border-color: #C21A99; }
span { border-color: rgb(194,26,153); }
td.TdClassName
{
border-color: #C21A99;
}
.TagClassName
{
border-color: #C21A99;
}
</style>