Shades of Medium Violet Red #C5147D
Tints of Medium Violet Red #C5147D
RGB
CMYK
RGB Variations
Color information
#C5147D (or 0xC5147D) is known color: Medium Violet Red. HEX triplet: C5, 14 and 7D. RGB value is (197,20,125). Sum of RGB (Red+Green+Blue) = 197+20+125=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5147D is #3AEB82. Grayscale: #545454. Windows color (decimal): -3861379 or 8197317. OLE color: 8197317.
HSL color Cylindrical-coordinate representation of color #C5147D: hue angle of 324.41º 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 #C5147D is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.23 |
| HSL | 324.41º | 0.82% | 0.43% | - |
| HSV(B) | 324.41º | 0.9% | 0.77% | - |
| XYZ | 26.98 | 13.85 | 20.65 | - |
| YUV | 84.89 | 150.64 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 125 | 0 | 0.90 | 0.37 | 0.23 | 324.41 | 0.82 | 0.43 |
| Hex | C5 | 14 | 7D | 0 | 5A | 25 | 17 | 144 | 52 | 2B |
| Octal | 305 | 24 | 175 | 0 | 132 | 45 | 27 | 504 | 122 | 53 |
| Binary | 11000101 | 10100 | 1111101 | 0 | 1011010 | 100101 | 10111 | 101000100 | 1010010 | 101011 |
Color Harmonies of #C5147D
Complementary color
Monochromatic Colors of #C5147D
Black with #C5147D
Text Example
Text Example
White with #C5147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5147D; }
p { color: rgb(197,20,125); }
H1.HeaderClassName
{
color: #C5147D;
}
.AnyTagClassName
{
color: #C5147D;
}
</style>
background-color css
<style>
a { background-color: #C5147D; }
a { background-color: rgb(197,20,125); }
div.DivClassName
{
background-color: #C5147D;
}
.BgClassName
{
background-color: #C5147D;
}
</style>
border-color css
<style>
span { border-color: #C5147D; }
span { border-color: rgb(197,20,125); }
td.TdClassName
{
border-color: #C5147D;
}
.TagClassName
{
border-color: #C5147D;
}
</style>