Shades of Medium Violet Red #C4148B
Tints of Medium Violet Red #C4148B
RGB
CMYK
RGB Variations
Color information
#C4148B (or 0xC4148B) is known color: Medium Violet Red. HEX triplet: C4, 14 and 8B. RGB value is (196,20,139). Sum of RGB (Red+Green+Blue) = 196+20+139=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4148B is #3BEB74. Grayscale: #555555. Windows color (decimal): -3926901 or 9114820. OLE color: 9114820.
HSL color Cylindrical-coordinate representation of color #C4148B: hue angle of 319.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4148B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 139 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.23 |
| HSL | 319.43º | 0.81% | 0.42% | - |
| HSV(B) | 319.43º | 0.9% | 0.77% | - |
| XYZ | 27.68 | 14.1 | 25.69 | - |
| YUV | 86.19 | 157.81 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 139 | 0 | 0.90 | 0.29 | 0.23 | 319.43 | 0.81 | 0.42 |
| Hex | C4 | 14 | 8B | 0 | 5A | 1D | 17 | 13F | 51 | 2A |
| Octal | 304 | 24 | 213 | 0 | 132 | 35 | 27 | 477 | 121 | 52 |
| Binary | 11000100 | 10100 | 10001011 | 0 | 1011010 | 11101 | 10111 | 100111111 | 1010001 | 101010 |
Color Harmonies of #C4148B
Complementary color
Monochromatic Colors of #C4148B
Black with #C4148B
Text Example
Text Example
White with #C4148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4148B; }
p { color: rgb(196,20,139); }
H1.HeaderClassName
{
color: #C4148B;
}
.AnyTagClassName
{
color: #C4148B;
}
</style>
background-color css
<style>
a { background-color: #C4148B; }
a { background-color: rgb(196,20,139); }
div.DivClassName
{
background-color: #C4148B;
}
.BgClassName
{
background-color: #C4148B;
}
</style>
border-color css
<style>
span { border-color: #C4148B; }
span { border-color: rgb(196,20,139); }
td.TdClassName
{
border-color: #C4148B;
}
.TagClassName
{
border-color: #C4148B;
}
</style>