Shades of Medium Violet Red #C4148F
Tints of Medium Violet Red #C4148F
RGB
CMYK
RGB Variations
Color information
#C4148F (or 0xC4148F) is known color: Medium Violet Red. HEX triplet: C4, 14 and 8F. RGB value is (196,20,143). Sum of RGB (Red+Green+Blue) = 196+20+143=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4148F is #3BEB70. Grayscale: #565656. Windows color (decimal): -3926897 or 9376964. OLE color: 9376964.
HSL color Cylindrical-coordinate representation of color #C4148F: hue angle of 318.07º 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 #C4148F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 143 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.23 |
| HSL | 318.07º | 0.81% | 0.42% | - |
| HSV(B) | 318.07º | 0.9% | 0.77% | - |
| XYZ | 27.97 | 14.22 | 27.26 | - |
| YUV | 86.65 | 159.81 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 143 | 0 | 0.90 | 0.27 | 0.23 | 318.07 | 0.81 | 0.42 |
| Hex | C4 | 14 | 8F | 0 | 5A | 1B | 17 | 13E | 51 | 2A |
| Octal | 304 | 24 | 217 | 0 | 132 | 33 | 27 | 476 | 121 | 52 |
| Binary | 11000100 | 10100 | 10001111 | 0 | 1011010 | 11011 | 10111 | 100111110 | 1010001 | 101010 |
Color Harmonies of #C4148F
Complementary color
Monochromatic Colors of #C4148F
Black with #C4148F
Text Example
Text Example
White with #C4148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4148F; }
p { color: rgb(196,20,143); }
H1.HeaderClassName
{
color: #C4148F;
}
.AnyTagClassName
{
color: #C4148F;
}
</style>
background-color css
<style>
a { background-color: #C4148F; }
a { background-color: rgb(196,20,143); }
div.DivClassName
{
background-color: #C4148F;
}
.BgClassName
{
background-color: #C4148F;
}
</style>
border-color css
<style>
span { border-color: #C4148F; }
span { border-color: rgb(196,20,143); }
td.TdClassName
{
border-color: #C4148F;
}
.TagClassName
{
border-color: #C4148F;
}
</style>