Shades of Medium Violet Red #C4149B
Tints of Medium Violet Red #C4149B
RGB
CMYK
RGB Variations
Color information
#C4149B (or 0xC4149B) is known color: Medium Violet Red. HEX triplet: C4, 14 and 9B. RGB value is (196,20,155). Sum of RGB (Red+Green+Blue) = 196+20+155=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4149B is #3BEB64. Grayscale: #575757. Windows color (decimal): -3926885 or 10163396. OLE color: 10163396.
HSL color Cylindrical-coordinate representation of color #C4149B: hue angle of 313.98º 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 #C4149B is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 155 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.23 |
| HSL | 313.98º | 0.81% | 0.42% | - |
| HSV(B) | 313.98º | 0.9% | 0.77% | - |
| XYZ | 28.93 | 14.6 | 32.3 | - |
| YUV | 88.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 155 | 0 | 0.90 | 0.21 | 0.23 | 313.98 | 0.81 | 0.42 |
| Hex | C4 | 14 | 9B | 0 | 5A | 15 | 17 | 13A | 51 | 2A |
| Octal | 304 | 24 | 233 | 0 | 132 | 25 | 27 | 472 | 121 | 52 |
| Binary | 11000100 | 10100 | 10011011 | 0 | 1011010 | 10101 | 10111 | 100111010 | 1010001 | 101010 |
Color Harmonies of #C4149B
Complementary color
Monochromatic Colors of #C4149B
Black with #C4149B
Text Example
Text Example
White with #C4149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4149B; }
p { color: rgb(196,20,155); }
H1.HeaderClassName
{
color: #C4149B;
}
.AnyTagClassName
{
color: #C4149B;
}
</style>
background-color css
<style>
a { background-color: #C4149B; }
a { background-color: rgb(196,20,155); }
div.DivClassName
{
background-color: #C4149B;
}
.BgClassName
{
background-color: #C4149B;
}
</style>
border-color css
<style>
span { border-color: #C4149B; }
span { border-color: rgb(196,20,155); }
td.TdClassName
{
border-color: #C4149B;
}
.TagClassName
{
border-color: #C4149B;
}
</style>