Shades of Medium Violet Red #C5036B
Tints of Medium Violet Red #C5036B
RGB
CMYK
RGB Variations
Color information
#C5036B (or 0xC5036B) is known color: Medium Violet Red. HEX triplet: C5, 03 and 6B. RGB value is (197,3,107). Sum of RGB (Red+Green+Blue) = 197+3+107=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5036B is #3AFC94. Grayscale: #484848. Windows color (decimal): -3865749 or 7013317. OLE color: 7013317.
HSL color Cylindrical-coordinate representation of color #C5036B: hue angle of 327.84º 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 #C5036B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 107 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.23 |
| HSL | 327.84º | 0.97% | 0.39% | - |
| HSV(B) | 327.84º | 0.98% | 0.77% | - |
| XYZ | 25.71 | 13 | 15.06 | - |
| YUV | 72.86 | 147.27 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 107 | 0 | 0.98 | 0.46 | 0.23 | 327.84 | 0.97 | 0.39 |
| Hex | C5 | 3 | 6B | 0 | 62 | 2E | 17 | 148 | 61 | 27 |
| Octal | 305 | 3 | 153 | 0 | 142 | 56 | 27 | 510 | 141 | 47 |
| Binary | 11000101 | 11 | 1101011 | 0 | 1100010 | 101110 | 10111 | 101001000 | 1100001 | 100111 |
Color Harmonies of #C5036B
Complementary color
Monochromatic Colors of #C5036B
Black with #C5036B
Text Example
Text Example
White with #C5036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5036B; }
p { color: rgb(197,3,107); }
H1.HeaderClassName
{
color: #C5036B;
}
.AnyTagClassName
{
color: #C5036B;
}
</style>
background-color css
<style>
a { background-color: #C5036B; }
a { background-color: rgb(197,3,107); }
div.DivClassName
{
background-color: #C5036B;
}
.BgClassName
{
background-color: #C5036B;
}
</style>
border-color css
<style>
span { border-color: #C5036B; }
span { border-color: rgb(197,3,107); }
td.TdClassName
{
border-color: #C5036B;
}
.TagClassName
{
border-color: #C5036B;
}
</style>