Shades of Medium Violet Red #C5147E
Tints of Medium Violet Red #C5147E
RGB
CMYK
RGB Variations
Color information
#C5147E (or 0xC5147E) is known color: Medium Violet Red. HEX triplet: C5, 14 and 7E. RGB value is (197,20,126). Sum of RGB (Red+Green+Blue) = 197+20+126=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5147E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5147E is #3AEB81. Grayscale: #545454. Windows color (decimal): -3861378 or 8262853. OLE color: 8262853.
HSL color Cylindrical-coordinate representation of color #C5147E: hue angle of 324.07º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5147E is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 126 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.23 |
| HSL | 324.07º | 0.82% | 0.43% | - |
| HSV(B) | 324.07º | 0.9% | 0.77% | - |
| XYZ | 27.04 | 13.88 | 20.99 | - |
| YUV | 85.01 | 151.14 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 126 | 0 | 0.90 | 0.36 | 0.23 | 324.07 | 0.82 | 0.43 |
| Hex | C5 | 14 | 7E | 0 | 5A | 24 | 17 | 144 | 52 | 2B |
| Octal | 305 | 24 | 176 | 0 | 132 | 44 | 27 | 504 | 122 | 53 |
| Binary | 11000101 | 10100 | 1111110 | 0 | 1011010 | 100100 | 10111 | 101000100 | 1010010 | 101011 |
Color Harmonies of #C5147E
Complementary color
Monochromatic Colors of #C5147E
Black with #C5147E
Text Example
Text Example
White with #C5147E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5147E; }
p { color: rgb(197,20,126); }
H1.HeaderClassName
{
color: #C5147E;
}
.AnyTagClassName
{
color: #C5147E;
}
</style>
background-color css
<style>
a { background-color: #C5147E; }
a { background-color: rgb(197,20,126); }
div.DivClassName
{
background-color: #C5147E;
}
.BgClassName
{
background-color: #C5147E;
}
</style>
border-color css
<style>
span { border-color: #C5147E; }
span { border-color: rgb(197,20,126); }
td.TdClassName
{
border-color: #C5147E;
}
.TagClassName
{
border-color: #C5147E;
}
</style>