Shades of Medium Violet Red #C5036E
Tints of Medium Violet Red #C5036E
RGB
CMYK
RGB Variations
Color information
#C5036E (or 0xC5036E) is known color: Medium Violet Red. HEX triplet: C5, 03 and 6E. RGB value is (197,3,110). Sum of RGB (Red+Green+Blue) = 197+3+110=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5036E is #3AFC91. Grayscale: #484848. Windows color (decimal): -3865746 or 7209925. OLE color: 7209925.
HSL color Cylindrical-coordinate representation of color #C5036E: hue angle of 326.91º 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 #C5036E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 110 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.23 |
| HSL | 326.91º | 0.97% | 0.39% | - |
| HSV(B) | 326.91º | 0.98% | 0.77% | - |
| XYZ | 25.87 | 13.06 | 15.91 | - |
| YUV | 73.2 | 148.77 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 110 | 0 | 0.98 | 0.44 | 0.23 | 326.91 | 0.97 | 0.39 |
| Hex | C5 | 3 | 6E | 0 | 62 | 2C | 17 | 147 | 61 | 27 |
| Octal | 305 | 3 | 156 | 0 | 142 | 54 | 27 | 507 | 141 | 47 |
| Binary | 11000101 | 11 | 1101110 | 0 | 1100010 | 101100 | 10111 | 101000111 | 1100001 | 100111 |
Color Harmonies of #C5036E
Complementary color
Monochromatic Colors of #C5036E
Black with #C5036E
Text Example
Text Example
White with #C5036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5036E; }
p { color: rgb(197,3,110); }
H1.HeaderClassName
{
color: #C5036E;
}
.AnyTagClassName
{
color: #C5036E;
}
</style>
background-color css
<style>
a { background-color: #C5036E; }
a { background-color: rgb(197,3,110); }
div.DivClassName
{
background-color: #C5036E;
}
.BgClassName
{
background-color: #C5036E;
}
</style>
border-color css
<style>
span { border-color: #C5036E; }
span { border-color: rgb(197,3,110); }
td.TdClassName
{
border-color: #C5036E;
}
.TagClassName
{
border-color: #C5036E;
}
</style>