Shades of Medium Violet Red #C5046C
Tints of Medium Violet Red #C5046C
RGB
CMYK
RGB Variations
Color information
#C5046C (or 0xC5046C) is known color: Medium Violet Red. HEX triplet: C5, 04 and 6C. RGB value is (197,4,108). Sum of RGB (Red+Green+Blue) = 197+4+108=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C5046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5046C is #3AFB93. Grayscale: #494949. Windows color (decimal): -3865492 or 7079109. OLE color: 7079109.
HSL color Cylindrical-coordinate representation of color #C5046C: hue angle of 327.67º degrees, saturation: 0.96, 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 #C5046C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.23 |
| HSL | 327.67º | 0.96% | 0.39% | - |
| HSV(B) | 327.67º | 0.98% | 0.77% | - |
| XYZ | 25.78 | 13.04 | 15.35 | - |
| YUV | 73.56 | 147.44 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 108 | 0 | 0.98 | 0.45 | 0.23 | 327.67 | 0.96 | 0.39 |
| Hex | C5 | 4 | 6C | 0 | 62 | 2D | 17 | 148 | 60 | 27 |
| Octal | 305 | 4 | 154 | 0 | 142 | 55 | 27 | 510 | 140 | 47 |
| Binary | 11000101 | 100 | 1101100 | 0 | 1100010 | 101101 | 10111 | 101001000 | 1100000 | 100111 |
Color Harmonies of #C5046C
Complementary color
Monochromatic Colors of #C5046C
Black with #C5046C
Text Example
Text Example
White with #C5046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5046C; }
p { color: rgb(197,4,108); }
H1.HeaderClassName
{
color: #C5046C;
}
.AnyTagClassName
{
color: #C5046C;
}
</style>
background-color css
<style>
a { background-color: #C5046C; }
a { background-color: rgb(197,4,108); }
div.DivClassName
{
background-color: #C5046C;
}
.BgClassName
{
background-color: #C5046C;
}
</style>
border-color css
<style>
span { border-color: #C5046C; }
span { border-color: rgb(197,4,108); }
td.TdClassName
{
border-color: #C5046C;
}
.TagClassName
{
border-color: #C5046C;
}
</style>