Shades of Medium Violet Red #C5019B
Tints of Medium Violet Red #C5019B
RGB
CMYK
RGB Variations
Color information
#C5019B (or 0xC5019B) is known color: Medium Violet Red. HEX triplet: C5, 01 and 9B. RGB value is (197,1,155). Sum of RGB (Red+Green+Blue) = 197+1+155=353 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.81% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 197 - color contains mainly: red. Hex color #C5019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5019B is #3AFE64. Grayscale: #4C4C4C. Windows color (decimal): -3866213 or 10158533. OLE color: 10158533.
HSL color Cylindrical-coordinate representation of color #C5019B: hue angle of 312.86º 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 #C5019B is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.23 |
| HSL | 312.86º | 0.99% | 0.39% | - |
| HSV(B) | 312.86º | 0.99% | 0.77% | - |
| XYZ | 28.95 | 14.26 | 32.24 | - |
| YUV | 77.16 | 171.93 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 155 | 0 | 0.99 | 0.21 | 0.23 | 312.86 | 0.99 | 0.39 |
| Hex | C5 | 1 | 9B | 0 | 63 | 15 | 17 | 139 | 63 | 27 |
| Octal | 305 | 1 | 233 | 0 | 143 | 25 | 27 | 471 | 143 | 47 |
| Binary | 11000101 | 1 | 10011011 | 0 | 1100011 | 10101 | 10111 | 100111001 | 1100011 | 100111 |
Color Harmonies of #C5019B
Complementary color
Monochromatic Colors of #C5019B
Black with #C5019B
Text Example
Text Example
White with #C5019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5019B; }
p { color: rgb(197,1,155); }
H1.HeaderClassName
{
color: #C5019B;
}
.AnyTagClassName
{
color: #C5019B;
}
</style>
background-color css
<style>
a { background-color: #C5019B; }
a { background-color: rgb(197,1,155); }
div.DivClassName
{
background-color: #C5019B;
}
.BgClassName
{
background-color: #C5019B;
}
</style>
border-color css
<style>
span { border-color: #C5019B; }
span { border-color: rgb(197,1,155); }
td.TdClassName
{
border-color: #C5019B;
}
.TagClassName
{
border-color: #C5019B;
}
</style>