Shades of Medium Violet Red #C5039C
Tints of Medium Violet Red #C5039C
RGB
CMYK
RGB Variations
Color information
#C5039C (or 0xC5039C) is known color: Medium Violet Red. HEX triplet: C5, 03 and 9C. RGB value is (197,3,156). Sum of RGB (Red+Green+Blue) = 197+3+156=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5039C is #3AFC63. Grayscale: #4E4E4E. Windows color (decimal): -3865700 or 10224581. OLE color: 10224581.
HSL color Cylindrical-coordinate representation of color #C5039C: hue angle of 312.68º degrees, saturation: 0.97, 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 #C5039C is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 3 | 156 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.23 |
| HSL | 312.68º | 0.97% | 0.39% | - |
| HSV(B) | 312.68º | 0.98% | 0.77% | - |
| XYZ | 29.06 | 14.34 | 32.69 | - |
| YUV | 78.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 3 | 156 | 0 | 0.98 | 0.21 | 0.23 | 312.68 | 0.97 | 0.39 |
| Hex | C5 | 3 | 9C | 0 | 62 | 15 | 17 | 139 | 61 | 27 |
| Octal | 305 | 3 | 234 | 0 | 142 | 25 | 27 | 471 | 141 | 47 |
| Binary | 11000101 | 11 | 10011100 | 0 | 1100010 | 10101 | 10111 | 100111001 | 1100001 | 100111 |
Color Harmonies of #C5039C
Complementary color
Monochromatic Colors of #C5039C
Black with #C5039C
Text Example
Text Example
White with #C5039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5039C; }
p { color: rgb(197,3,156); }
H1.HeaderClassName
{
color: #C5039C;
}
.AnyTagClassName
{
color: #C5039C;
}
</style>
background-color css
<style>
a { background-color: #C5039C; }
a { background-color: rgb(197,3,156); }
div.DivClassName
{
background-color: #C5039C;
}
.BgClassName
{
background-color: #C5039C;
}
</style>
border-color css
<style>
span { border-color: #C5039C; }
span { border-color: rgb(197,3,156); }
td.TdClassName
{
border-color: #C5039C;
}
.TagClassName
{
border-color: #C5039C;
}
</style>