Shades of Medium Violet Red #C4037E
Tints of Medium Violet Red #C4037E
RGB
CMYK
RGB Variations
Color information
#C4037E (or 0xC4037E) is known color: Medium Violet Red. HEX triplet: C4, 03 and 7E. RGB value is (196,3,126). Sum of RGB (Red+Green+Blue) = 196+3+126=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4037E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4037E is #3BFC81. Grayscale: #4A4A4A. Windows color (decimal): -3931266 or 8258500. OLE color: 8258500.
HSL color Cylindrical-coordinate representation of color #C4037E: hue angle of 321.76º 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 #C4037E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 126 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.23 |
| HSL | 321.76º | 0.97% | 0.39% | - |
| HSV(B) | 321.76º | 0.98% | 0.77% | - |
| XYZ | 26.56 | 13.31 | 20.91 | - |
| YUV | 74.73 | 156.94 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 126 | 0 | 0.98 | 0.36 | 0.23 | 321.76 | 0.97 | 0.39 |
| Hex | C4 | 3 | 7E | 0 | 62 | 24 | 17 | 142 | 61 | 27 |
| Octal | 304 | 3 | 176 | 0 | 142 | 44 | 27 | 502 | 141 | 47 |
| Binary | 11000100 | 11 | 1111110 | 0 | 1100010 | 100100 | 10111 | 101000010 | 1100001 | 100111 |
Color Harmonies of #C4037E
Complementary color
Monochromatic Colors of #C4037E
Black with #C4037E
Text Example
Text Example
White with #C4037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4037E; }
p { color: rgb(196,3,126); }
H1.HeaderClassName
{
color: #C4037E;
}
.AnyTagClassName
{
color: #C4037E;
}
</style>
background-color css
<style>
a { background-color: #C4037E; }
a { background-color: rgb(196,3,126); }
div.DivClassName
{
background-color: #C4037E;
}
.BgClassName
{
background-color: #C4037E;
}
</style>
border-color css
<style>
span { border-color: #C4037E; }
span { border-color: rgb(196,3,126); }
td.TdClassName
{
border-color: #C4037E;
}
.TagClassName
{
border-color: #C4037E;
}
</style>