Shades of Medium Violet Red #C5019E
Tints of Medium Violet Red #C5019E
RGB
CMYK
RGB Variations
Color information
#C5019E (or 0xC5019E) is known color: Medium Violet Red. HEX triplet: C5, 01 and 9E. RGB value is (197,1,158). Sum of RGB (Red+Green+Blue) = 197+1+158=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5019E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5019E is #3AFE61. Grayscale: #4D4D4D. Windows color (decimal): -3866210 or 10355141. OLE color: 10355141.
HSL color Cylindrical-coordinate representation of color #C5019E: hue angle of 311.94º 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 #C5019E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 158 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.23 |
| HSL | 311.94º | 0.99% | 0.39% | - |
| HSV(B) | 311.94º | 0.99% | 0.77% | - |
| XYZ | 29.21 | 14.36 | 33.58 | - |
| YUV | 77.5 | 173.43 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 158 | 0 | 0.99 | 0.20 | 0.23 | 311.94 | 0.99 | 0.39 |
| Hex | C5 | 1 | 9E | 0 | 63 | 14 | 17 | 138 | 63 | 27 |
| Octal | 305 | 1 | 236 | 0 | 143 | 24 | 27 | 470 | 143 | 47 |
| Binary | 11000101 | 1 | 10011110 | 0 | 1100011 | 10100 | 10111 | 100111000 | 1100011 | 100111 |
Color Harmonies of #C5019E
Complementary color
Monochromatic Colors of #C5019E
Black with #C5019E
Text Example
Text Example
White with #C5019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5019E; }
p { color: rgb(197,1,158); }
H1.HeaderClassName
{
color: #C5019E;
}
.AnyTagClassName
{
color: #C5019E;
}
</style>
background-color css
<style>
a { background-color: #C5019E; }
a { background-color: rgb(197,1,158); }
div.DivClassName
{
background-color: #C5019E;
}
.BgClassName
{
background-color: #C5019E;
}
</style>
border-color css
<style>
span { border-color: #C5019E; }
span { border-color: rgb(197,1,158); }
td.TdClassName
{
border-color: #C5019E;
}
.TagClassName
{
border-color: #C5019E;
}
</style>