Shades of Medium Violet Red #C5036D
Tints of Medium Violet Red #C5036D
RGB
CMYK
RGB Variations
Color information
#C5036D (or 0xC5036D) is known color: Medium Violet Red. HEX triplet: C5, 03 and 6D. RGB value is (197,3,109). Sum of RGB (Red+Green+Blue) = 197+3+109=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5036D is #3AFC92. Grayscale: #484848. Windows color (decimal): -3865747 or 7144389. OLE color: 7144389.
HSL color Cylindrical-coordinate representation of color #C5036D: hue angle of 327.22º 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 #C5036D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.23 |
| HSL | 327.22º | 0.97% | 0.39% | - |
| HSV(B) | 327.22º | 0.98% | 0.77% | - |
| XYZ | 25.82 | 13.04 | 15.62 | - |
| YUV | 73.09 | 148.27 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 109 | 0 | 0.98 | 0.45 | 0.23 | 327.22 | 0.97 | 0.39 |
| Hex | C5 | 3 | 6D | 0 | 62 | 2D | 17 | 147 | 61 | 27 |
| Octal | 305 | 3 | 155 | 0 | 142 | 55 | 27 | 507 | 141 | 47 |
| Binary | 11000101 | 11 | 1101101 | 0 | 1100010 | 101101 | 10111 | 101000111 | 1100001 | 100111 |
Color Harmonies of #C5036D
Complementary color
Monochromatic Colors of #C5036D
Black with #C5036D
Text Example
Text Example
White with #C5036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5036D; }
p { color: rgb(197,3,109); }
H1.HeaderClassName
{
color: #C5036D;
}
.AnyTagClassName
{
color: #C5036D;
}
</style>
background-color css
<style>
a { background-color: #C5036D; }
a { background-color: rgb(197,3,109); }
div.DivClassName
{
background-color: #C5036D;
}
.BgClassName
{
background-color: #C5036D;
}
</style>
border-color css
<style>
span { border-color: #C5036D; }
span { border-color: rgb(197,3,109); }
td.TdClassName
{
border-color: #C5036D;
}
.TagClassName
{
border-color: #C5036D;
}
</style>