Shades of Medium Violet Red #C5068F
Tints of Medium Violet Red #C5068F
RGB
CMYK
RGB Variations
Color information
#C5068F (or 0xC5068F) is known color: Medium Violet Red. HEX triplet: C5, 06 and 8F. RGB value is (197,6,143). Sum of RGB (Red+Green+Blue) = 197+6+143=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 6 (2.73% from 255 or 1.73% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5068F is #3AF970. Grayscale: #4E4E4E. Windows color (decimal): -3864945 or 9373381. OLE color: 9373381.
HSL color Cylindrical-coordinate representation of color #C5068F: hue angle of 316.96º 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 #C5068F is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.23 |
| HSL | 316.96º | 0.94% | 0.4% | - |
| HSV(B) | 316.96º | 0.97% | 0.77% | - |
| XYZ | 28.05 | 13.98 | 27.21 | - |
| YUV | 78.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 143 | 0 | 0.97 | 0.27 | 0.23 | 316.96 | 0.94 | 0.4 |
| Hex | C5 | 6 | 8F | 0 | 61 | 1B | 17 | 13D | 5E | 28 |
| Octal | 305 | 6 | 217 | 0 | 141 | 33 | 27 | 475 | 136 | 50 |
| Binary | 11000101 | 110 | 10001111 | 0 | 1100001 | 11011 | 10111 | 100111101 | 1011110 | 101000 |
Color Harmonies of #C5068F
Complementary color
Monochromatic Colors of #C5068F
Black with #C5068F
Text Example
Text Example
White with #C5068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5068F; }
p { color: rgb(197,6,143); }
H1.HeaderClassName
{
color: #C5068F;
}
.AnyTagClassName
{
color: #C5068F;
}
</style>
background-color css
<style>
a { background-color: #C5068F; }
a { background-color: rgb(197,6,143); }
div.DivClassName
{
background-color: #C5068F;
}
.BgClassName
{
background-color: #C5068F;
}
</style>
border-color css
<style>
span { border-color: #C5068F; }
span { border-color: rgb(197,6,143); }
td.TdClassName
{
border-color: #C5068F;
}
.TagClassName
{
border-color: #C5068F;
}
</style>