Shades of Medium Violet Red #C41072
Tints of Medium Violet Red #C41072
RGB
CMYK
RGB Variations
Color information
#C41072 (or 0xC41072) is known color: Medium Violet Red. HEX triplet: C4, 10 and 72. RGB value is (196,16,114). Sum of RGB (Red+Green+Blue) = 196+16+114=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C41072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41072 is #3BEF8D. Grayscale: #505050. Windows color (decimal): -3927950 or 7475396. OLE color: 7475396.
HSL color Cylindrical-coordinate representation of color #C41072: hue angle of 327.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41072 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 114 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.23 |
| HSL | 327.33º | 0.85% | 0.42% | - |
| HSV(B) | 327.33º | 0.92% | 0.77% | - |
| XYZ | 25.99 | 13.32 | 17.12 | - |
| YUV | 80.99 | 146.63 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 114 | 0 | 0.92 | 0.42 | 0.23 | 327.33 | 0.85 | 0.42 |
| Hex | C4 | 10 | 72 | 0 | 5C | 2A | 17 | 147 | 55 | 2A |
| Octal | 304 | 20 | 162 | 0 | 134 | 52 | 27 | 507 | 125 | 52 |
| Binary | 11000100 | 10000 | 1110010 | 0 | 1011100 | 101010 | 10111 | 101000111 | 1010101 | 101010 |
Color Harmonies of #C41072
Complementary color
Monochromatic Colors of #C41072
Black with #C41072
Text Example
Text Example
White with #C41072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41072; }
p { color: rgb(196,16,114); }
H1.HeaderClassName
{
color: #C41072;
}
.AnyTagClassName
{
color: #C41072;
}
</style>
background-color css
<style>
a { background-color: #C41072; }
a { background-color: rgb(196,16,114); }
div.DivClassName
{
background-color: #C41072;
}
.BgClassName
{
background-color: #C41072;
}
</style>
border-color css
<style>
span { border-color: #C41072; }
span { border-color: rgb(196,16,114); }
td.TdClassName
{
border-color: #C41072;
}
.TagClassName
{
border-color: #C41072;
}
</style>