Shades of Medium Violet Red #C5148B
Tints of Medium Violet Red #C5148B
RGB
CMYK
RGB Variations
Color information
#C5148B (or 0xC5148B) is known color: Medium Violet Red. HEX triplet: C5, 14 and 8B. RGB value is (197,20,139). Sum of RGB (Red+Green+Blue) = 197+20+139=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5148B is #3AEB74. Grayscale: #565656. Windows color (decimal): -3861365 or 9114821. OLE color: 9114821.
HSL color Cylindrical-coordinate representation of color #C5148B: hue angle of 319.66º 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 #C5148B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.23 |
| HSL | 319.66º | 0.82% | 0.43% | - |
| HSV(B) | 319.66º | 0.9% | 0.77% | - |
| XYZ | 27.94 | 14.23 | 25.7 | - |
| YUV | 86.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 139 | 0 | 0.90 | 0.29 | 0.23 | 319.66 | 0.82 | 0.43 |
| Hex | C5 | 14 | 8B | 0 | 5A | 1D | 17 | 140 | 52 | 2B |
| Octal | 305 | 24 | 213 | 0 | 132 | 35 | 27 | 500 | 122 | 53 |
| Binary | 11000101 | 10100 | 10001011 | 0 | 1011010 | 11101 | 10111 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C5148B
Complementary color
Monochromatic Colors of #C5148B
Black with #C5148B
Text Example
Text Example
White with #C5148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5148B; }
p { color: rgb(197,20,139); }
H1.HeaderClassName
{
color: #C5148B;
}
.AnyTagClassName
{
color: #C5148B;
}
</style>
background-color css
<style>
a { background-color: #C5148B; }
a { background-color: rgb(197,20,139); }
div.DivClassName
{
background-color: #C5148B;
}
.BgClassName
{
background-color: #C5148B;
}
</style>
border-color css
<style>
span { border-color: #C5148B; }
span { border-color: rgb(197,20,139); }
td.TdClassName
{
border-color: #C5148B;
}
.TagClassName
{
border-color: #C5148B;
}
</style>