Shades of Medium Violet Red #C21574
Tints of Medium Violet Red #C21574
RGB
CMYK
RGB Variations
Color information
#C21574 (or 0xC21574) is known color: Medium Violet Red. HEX triplet: C2, 15 and 74. RGB value is (194,21,116). Sum of RGB (Red+Green+Blue) = 194+21+116=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C21574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21574 is #3DEA8B. Grayscale: #535353. Windows color (decimal): -4057740 or 7607746. OLE color: 7607746.
HSL color Cylindrical-coordinate representation of color #C21574: hue angle of 327.05º 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 #C21574 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 21 | 116 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.24 |
| HSL | 327.05º | 0.8% | 0.42% | - |
| HSV(B) | 327.05º | 0.89% | 0.76% | - |
| XYZ | 25.67 | 13.27 | 17.73 | - |
| YUV | 83.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 116 | 0 | 0.89 | 0.40 | 0.24 | 327.05 | 0.8 | 0.42 |
| Hex | C2 | 15 | 74 | 0 | 59 | 28 | 18 | 147 | 50 | 2A |
| Octal | 302 | 25 | 164 | 0 | 131 | 50 | 30 | 507 | 120 | 52 |
| Binary | 11000010 | 10101 | 1110100 | 0 | 1011001 | 101000 | 11000 | 101000111 | 1010000 | 101010 |
Color Harmonies of #C21574
Complementary color
Monochromatic Colors of #C21574
Black with #C21574
Text Example
Text Example
White with #C21574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21574; }
p { color: rgb(194,21,116); }
H1.HeaderClassName
{
color: #C21574;
}
.AnyTagClassName
{
color: #C21574;
}
</style>
background-color css
<style>
a { background-color: #C21574; }
a { background-color: rgb(194,21,116); }
div.DivClassName
{
background-color: #C21574;
}
.BgClassName
{
background-color: #C21574;
}
</style>
border-color css
<style>
span { border-color: #C21574; }
span { border-color: rgb(194,21,116); }
td.TdClassName
{
border-color: #C21574;
}
.TagClassName
{
border-color: #C21574;
}
</style>