Shades of Medium Violet Red #C5019C
Tints of Medium Violet Red #C5019C
RGB
CMYK
RGB Variations
Color information
#C5019C (or 0xC5019C) is known color: Medium Violet Red. HEX triplet: C5, 01 and 9C. RGB value is (197,1,156). Sum of RGB (Red+Green+Blue) = 197+1+156=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C5019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5019C is #3AFE63. Grayscale: #4C4C4C. Windows color (decimal): -3866212 or 10224069. OLE color: 10224069.
HSL color Cylindrical-coordinate representation of color #C5019C: hue angle of 312.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5019C is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 156 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.23 |
| HSL | 312.55º | 0.99% | 0.39% | - |
| HSV(B) | 312.55º | 0.99% | 0.77% | - |
| XYZ | 29.04 | 14.29 | 32.68 | - |
| YUV | 77.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 156 | 0 | 0.99 | 0.21 | 0.23 | 312.55 | 0.99 | 0.39 |
| Hex | C5 | 1 | 9C | 0 | 63 | 15 | 17 | 139 | 63 | 27 |
| Octal | 305 | 1 | 234 | 0 | 143 | 25 | 27 | 471 | 143 | 47 |
| Binary | 11000101 | 1 | 10011100 | 0 | 1100011 | 10101 | 10111 | 100111001 | 1100011 | 100111 |
Color Harmonies of #C5019C
Complementary color
Monochromatic Colors of #C5019C
Black with #C5019C
Text Example
Text Example
White with #C5019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5019C; }
p { color: rgb(197,1,156); }
H1.HeaderClassName
{
color: #C5019C;
}
.AnyTagClassName
{
color: #C5019C;
}
</style>
background-color css
<style>
a { background-color: #C5019C; }
a { background-color: rgb(197,1,156); }
div.DivClassName
{
background-color: #C5019C;
}
.BgClassName
{
background-color: #C5019C;
}
</style>
border-color css
<style>
span { border-color: #C5019C; }
span { border-color: rgb(197,1,156); }
td.TdClassName
{
border-color: #C5019C;
}
.TagClassName
{
border-color: #C5019C;
}
</style>