Shades of Medium Violet Red #C5006F
Tints of Medium Violet Red #C5006F
RGB
CMYK
RGB Variations
Color information
#C5006F (or 0xC5006F) is known color: Medium Violet Red. HEX triplet: C5, 00 and 6F. RGB value is (197,0,111). Sum of RGB (Red+Green+Blue) = 197+0+111=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C5006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5006F is #3AFF90. Grayscale: #474747. Windows color (decimal): -3866513 or 7274693. OLE color: 7274693.
HSL color Cylindrical-coordinate representation of color #C5006F: hue angle of 326.19º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C5006F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.44 | 0.23 |
| HSL | 326.19º | 1% | 0.39% | - |
| HSV(B) | 326.19º | 1% | 0.77% | - |
| XYZ | 25.9 | 13.02 | 16.19 | - |
| YUV | 71.56 | 150.27 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 111 | 0 | 1 | 0.44 | 0.23 | 326.19 | 1 | 0.39 |
| Hex | C5 | 0 | 6F | 0 | 64 | 2C | 17 | 146 | 64 | 27 |
| Octal | 305 | 0 | 157 | 0 | 144 | 54 | 27 | 506 | 144 | 47 |
| Binary | 11000101 | 0 | 1101111 | 0 | 1100100 | 101100 | 10111 | 101000110 | 1100100 | 100111 |
Color Harmonies of #C5006F
Complementary color
Monochromatic Colors of #C5006F
Black with #C5006F
Text Example
Text Example
White with #C5006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5006F; }
p { color: rgb(197,0,111); }
H1.HeaderClassName
{
color: #C5006F;
}
.AnyTagClassName
{
color: #C5006F;
}
</style>
background-color css
<style>
a { background-color: #C5006F; }
a { background-color: rgb(197,0,111); }
div.DivClassName
{
background-color: #C5006F;
}
.BgClassName
{
background-color: #C5006F;
}
</style>
border-color css
<style>
span { border-color: #C5006F; }
span { border-color: rgb(197,0,111); }
td.TdClassName
{
border-color: #C5006F;
}
.TagClassName
{
border-color: #C5006F;
}
</style>