Shades of Medium Violet Red #C5069C
Tints of Medium Violet Red #C5069C
RGB
CMYK
RGB Variations
Color information
#C5069C (or 0xC5069C) is known color: Medium Violet Red. HEX triplet: C5, 06 and 9C. RGB value is (197,6,156). Sum of RGB (Red+Green+Blue) = 197+6+156=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5069C is #3AF963. Grayscale: #4F4F4F. Windows color (decimal): -3864932 or 10225349. OLE color: 10225349.
HSL color Cylindrical-coordinate representation of color #C5069C: hue angle of 312.88º 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 #C5069C is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.23 |
| HSL | 312.88º | 0.94% | 0.4% | - |
| HSV(B) | 312.88º | 0.97% | 0.77% | - |
| XYZ | 29.09 | 14.4 | 32.7 | - |
| YUV | 80.21 | 170.78 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 156 | 0 | 0.97 | 0.21 | 0.23 | 312.88 | 0.94 | 0.4 |
| Hex | C5 | 6 | 9C | 0 | 61 | 15 | 17 | 139 | 5E | 28 |
| Octal | 305 | 6 | 234 | 0 | 141 | 25 | 27 | 471 | 136 | 50 |
| Binary | 11000101 | 110 | 10011100 | 0 | 1100001 | 10101 | 10111 | 100111001 | 1011110 | 101000 |
Color Harmonies of #C5069C
Complementary color
Monochromatic Colors of #C5069C
Black with #C5069C
Text Example
Text Example
White with #C5069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5069C; }
p { color: rgb(197,6,156); }
H1.HeaderClassName
{
color: #C5069C;
}
.AnyTagClassName
{
color: #C5069C;
}
</style>
background-color css
<style>
a { background-color: #C5069C; }
a { background-color: rgb(197,6,156); }
div.DivClassName
{
background-color: #C5069C;
}
.BgClassName
{
background-color: #C5069C;
}
</style>
border-color css
<style>
span { border-color: #C5069C; }
span { border-color: rgb(197,6,156); }
td.TdClassName
{
border-color: #C5069C;
}
.TagClassName
{
border-color: #C5069C;
}
</style>