Shades of Medium Violet Red #C5019D
Tints of Medium Violet Red #C5019D
RGB
CMYK
RGB Variations
Color information
#C5019D (or 0xC5019D) is known color: Medium Violet Red. HEX triplet: C5, 01 and 9D. RGB value is (197,1,157). Sum of RGB (Red+Green+Blue) = 197+1+157=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5019D is #3AFE62. Grayscale: #4C4C4C. Windows color (decimal): -3866211 or 10289605. OLE color: 10289605.
HSL color Cylindrical-coordinate representation of color #C5019D: hue angle of 312.24º 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 #C5019D is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.23 |
| HSL | 312.24º | 0.99% | 0.39% | - |
| HSV(B) | 312.24º | 0.99% | 0.77% | - |
| XYZ | 29.12 | 14.33 | 33.13 | - |
| YUV | 77.39 | 172.93 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 157 | 0 | 0.99 | 0.20 | 0.23 | 312.24 | 0.99 | 0.39 |
| Hex | C5 | 1 | 9D | 0 | 63 | 14 | 17 | 138 | 63 | 27 |
| Octal | 305 | 1 | 235 | 0 | 143 | 24 | 27 | 470 | 143 | 47 |
| Binary | 11000101 | 1 | 10011101 | 0 | 1100011 | 10100 | 10111 | 100111000 | 1100011 | 100111 |
Color Harmonies of #C5019D
Complementary color
Monochromatic Colors of #C5019D
Black with #C5019D
Text Example
Text Example
White with #C5019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5019D; }
p { color: rgb(197,1,157); }
H1.HeaderClassName
{
color: #C5019D;
}
.AnyTagClassName
{
color: #C5019D;
}
</style>
background-color css
<style>
a { background-color: #C5019D; }
a { background-color: rgb(197,1,157); }
div.DivClassName
{
background-color: #C5019D;
}
.BgClassName
{
background-color: #C5019D;
}
</style>
border-color css
<style>
span { border-color: #C5019D; }
span { border-color: rgb(197,1,157); }
td.TdClassName
{
border-color: #C5019D;
}
.TagClassName
{
border-color: #C5019D;
}
</style>