Shades of Medium Violet Red #C21A70
Tints of Medium Violet Red #C21A70
RGB
CMYK
RGB Variations
Color information
#C21A70 (or 0xC21A70) is known color: Medium Violet Red. HEX triplet: C2, 1A and 70. RGB value is (194,26,112). Sum of RGB (Red+Green+Blue) = 194+26+112=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A70 is #3DE58F. Grayscale: #555555. Windows color (decimal): -4056464 or 7346882. OLE color: 7346882.
HSL color Cylindrical-coordinate representation of color #C21A70: hue angle of 329.29º 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 #C21A70 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 112 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.24 |
| HSL | 329.29º | 0.76% | 0.43% | - |
| HSV(B) | 329.29º | 0.87% | 0.76% | - |
| XYZ | 25.54 | 13.38 | 16.57 | - |
| YUV | 86.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 112 | 0 | 0.87 | 0.42 | 0.24 | 329.29 | 0.76 | 0.43 |
| Hex | C2 | 1A | 70 | 0 | 57 | 2A | 18 | 149 | 4C | 2B |
| Octal | 302 | 32 | 160 | 0 | 127 | 52 | 30 | 511 | 114 | 53 |
| Binary | 11000010 | 11010 | 1110000 | 0 | 1010111 | 101010 | 11000 | 101001001 | 1001100 | 101011 |
Color Harmonies of #C21A70
Complementary color
Monochromatic Colors of #C21A70
Black with #C21A70
Text Example
Text Example
White with #C21A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A70; }
p { color: rgb(194,26,112); }
H1.HeaderClassName
{
color: #C21A70;
}
.AnyTagClassName
{
color: #C21A70;
}
</style>
background-color css
<style>
a { background-color: #C21A70; }
a { background-color: rgb(194,26,112); }
div.DivClassName
{
background-color: #C21A70;
}
.BgClassName
{
background-color: #C21A70;
}
</style>
border-color css
<style>
span { border-color: #C21A70; }
span { border-color: rgb(194,26,112); }
td.TdClassName
{
border-color: #C21A70;
}
.TagClassName
{
border-color: #C21A70;
}
</style>