Shades of Medium Violet Red #C5148A
Tints of Medium Violet Red #C5148A
RGB
CMYK
RGB Variations
Color information
#C5148A (or 0xC5148A) is known color: Medium Violet Red. HEX triplet: C5, 14 and 8A. RGB value is (197,20,138). Sum of RGB (Red+Green+Blue) = 197+20+138=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C5148A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5148A is #3AEB75. Grayscale: #565656. Windows color (decimal): -3861366 or 9049285. OLE color: 9049285.
HSL color Cylindrical-coordinate representation of color #C5148A: hue angle of 320º 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 #C5148A is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 138 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.23 |
| HSL | 320º | 0.82% | 0.43% | - |
| HSV(B) | 320º | 0.9% | 0.77% | - |
| XYZ | 27.86 | 14.21 | 25.32 | - |
| YUV | 86.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 138 | 0 | 0.90 | 0.30 | 0.23 | 320 | 0.82 | 0.43 |
| Hex | C5 | 14 | 8A | 0 | 5A | 1E | 17 | 140 | 52 | 2B |
| Octal | 305 | 24 | 212 | 0 | 132 | 36 | 27 | 500 | 122 | 53 |
| Binary | 11000101 | 10100 | 10001010 | 0 | 1011010 | 11110 | 10111 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C5148A
Complementary color
Monochromatic Colors of #C5148A
Black with #C5148A
Text Example
Text Example
White with #C5148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5148A; }
p { color: rgb(197,20,138); }
H1.HeaderClassName
{
color: #C5148A;
}
.AnyTagClassName
{
color: #C5148A;
}
</style>
background-color css
<style>
a { background-color: #C5148A; }
a { background-color: rgb(197,20,138); }
div.DivClassName
{
background-color: #C5148A;
}
.BgClassName
{
background-color: #C5148A;
}
</style>
border-color css
<style>
span { border-color: #C5148A; }
span { border-color: rgb(197,20,138); }
td.TdClassName
{
border-color: #C5148A;
}
.TagClassName
{
border-color: #C5148A;
}
</style>