Shades of Medium Violet Red #C4037C
Tints of Medium Violet Red #C4037C
RGB
CMYK
RGB Variations
Color information
#C4037C (or 0xC4037C) is known color: Medium Violet Red. HEX triplet: C4, 03 and 7C. RGB value is (196,3,124). Sum of RGB (Red+Green+Blue) = 196+3+124=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4037C is #3BFC83. Grayscale: #4A4A4A. Windows color (decimal): -3931268 or 8127428. OLE color: 8127428.
HSL color Cylindrical-coordinate representation of color #C4037C: hue angle of 322.38º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4037C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 124 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.23 |
| HSL | 322.38º | 0.97% | 0.39% | - |
| HSV(B) | 322.38º | 0.98% | 0.77% | - |
| XYZ | 26.44 | 13.26 | 20.23 | - |
| YUV | 74.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 124 | 0 | 0.98 | 0.37 | 0.23 | 322.38 | 0.97 | 0.39 |
| Hex | C4 | 3 | 7C | 0 | 62 | 25 | 17 | 142 | 61 | 27 |
| Octal | 304 | 3 | 174 | 0 | 142 | 45 | 27 | 502 | 141 | 47 |
| Binary | 11000100 | 11 | 1111100 | 0 | 1100010 | 100101 | 10111 | 101000010 | 1100001 | 100111 |
Color Harmonies of #C4037C
Complementary color
Monochromatic Colors of #C4037C
Black with #C4037C
Text Example
Text Example
White with #C4037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4037C; }
p { color: rgb(196,3,124); }
H1.HeaderClassName
{
color: #C4037C;
}
.AnyTagClassName
{
color: #C4037C;
}
</style>
background-color css
<style>
a { background-color: #C4037C; }
a { background-color: rgb(196,3,124); }
div.DivClassName
{
background-color: #C4037C;
}
.BgClassName
{
background-color: #C4037C;
}
</style>
border-color css
<style>
span { border-color: #C4037C; }
span { border-color: rgb(196,3,124); }
td.TdClassName
{
border-color: #C4037C;
}
.TagClassName
{
border-color: #C4037C;
}
</style>