Shades of Medium Violet Red #C21974
Tints of Medium Violet Red #C21974
RGB
CMYK
RGB Variations
Color information
#C21974 (or 0xC21974) is known color: Medium Violet Red. HEX triplet: C2, 19 and 74. RGB value is (194,25,116). Sum of RGB (Red+Green+Blue) = 194+25+116=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C21974 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21974 is #3DE68B. Grayscale: #555555. Windows color (decimal): -4056716 or 7608770. OLE color: 7608770.
HSL color Cylindrical-coordinate representation of color #C21974: hue angle of 327.69º degrees, saturation: 0.77, 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 #C21974 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 116 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.24 |
| HSL | 327.69º | 0.77% | 0.43% | - |
| HSV(B) | 327.69º | 0.87% | 0.76% | - |
| XYZ | 25.75 | 13.43 | 17.76 | - |
| YUV | 85.91 | 144.99 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 116 | 0 | 0.87 | 0.40 | 0.24 | 327.69 | 0.77 | 0.43 |
| Hex | C2 | 19 | 74 | 0 | 57 | 28 | 18 | 148 | 4D | 2B |
| Octal | 302 | 31 | 164 | 0 | 127 | 50 | 30 | 510 | 115 | 53 |
| Binary | 11000010 | 11001 | 1110100 | 0 | 1010111 | 101000 | 11000 | 101001000 | 1001101 | 101011 |
Color Harmonies of #C21974
Complementary color
Monochromatic Colors of #C21974
Black with #C21974
Text Example
Text Example
White with #C21974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21974; }
p { color: rgb(194,25,116); }
H1.HeaderClassName
{
color: #C21974;
}
.AnyTagClassName
{
color: #C21974;
}
</style>
background-color css
<style>
a { background-color: #C21974; }
a { background-color: rgb(194,25,116); }
div.DivClassName
{
background-color: #C21974;
}
.BgClassName
{
background-color: #C21974;
}
</style>
border-color css
<style>
span { border-color: #C21974; }
span { border-color: rgb(194,25,116); }
td.TdClassName
{
border-color: #C21974;
}
.TagClassName
{
border-color: #C21974;
}
</style>