Shades of Medium Violet Red #C5068C
Tints of Medium Violet Red #C5068C
RGB
CMYK
RGB Variations
Color information
#C5068C (or 0xC5068C) is known color: Medium Violet Red. HEX triplet: C5, 06 and 8C. RGB value is (197,6,140). Sum of RGB (Red+Green+Blue) = 197+6+140=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5068C is #3AF973. Grayscale: #4E4E4E. Windows color (decimal): -3864948 or 9176773. OLE color: 9176773.
HSL color Cylindrical-coordinate representation of color #C5068C: hue angle of 317.91º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5068C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.23 |
| HSL | 317.91º | 0.94% | 0.4% | - |
| HSV(B) | 317.91º | 0.97% | 0.77% | - |
| XYZ | 27.82 | 13.89 | 26.03 | - |
| YUV | 78.39 | 162.78 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 140 | 0 | 0.97 | 0.29 | 0.23 | 317.91 | 0.94 | 0.4 |
| Hex | C5 | 6 | 8C | 0 | 61 | 1D | 17 | 13E | 5E | 28 |
| Octal | 305 | 6 | 214 | 0 | 141 | 35 | 27 | 476 | 136 | 50 |
| Binary | 11000101 | 110 | 10001100 | 0 | 1100001 | 11101 | 10111 | 100111110 | 1011110 | 101000 |
Color Harmonies of #C5068C
Complementary color
Monochromatic Colors of #C5068C
Black with #C5068C
Text Example
Text Example
White with #C5068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5068C; }
p { color: rgb(197,6,140); }
H1.HeaderClassName
{
color: #C5068C;
}
.AnyTagClassName
{
color: #C5068C;
}
</style>
background-color css
<style>
a { background-color: #C5068C; }
a { background-color: rgb(197,6,140); }
div.DivClassName
{
background-color: #C5068C;
}
.BgClassName
{
background-color: #C5068C;
}
</style>
border-color css
<style>
span { border-color: #C5068C; }
span { border-color: rgb(197,6,140); }
td.TdClassName
{
border-color: #C5068C;
}
.TagClassName
{
border-color: #C5068C;
}
</style>