Shades of Medium Violet Red #C4147A
Tints of Medium Violet Red #C4147A
RGB
CMYK
RGB Variations
Color information
#C4147A (or 0xC4147A) is known color: Medium Violet Red. HEX triplet: C4, 14 and 7A. RGB value is (196,20,122). Sum of RGB (Red+Green+Blue) = 196+20+122=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4147A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4147A is #3BEB85. Grayscale: #545454. Windows color (decimal): -3926918 or 8000708. OLE color: 8000708.
HSL color Cylindrical-coordinate representation of color #C4147A: hue angle of 325.23º 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 #C4147A is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 122 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.23 |
| HSL | 325.23º | 0.81% | 0.42% | - |
| HSV(B) | 325.23º | 0.9% | 0.77% | - |
| XYZ | 26.53 | 13.64 | 19.65 | - |
| YUV | 84.25 | 149.31 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 122 | 0 | 0.90 | 0.38 | 0.23 | 325.23 | 0.81 | 0.42 |
| Hex | C4 | 14 | 7A | 0 | 5A | 26 | 17 | 145 | 51 | 2A |
| Octal | 304 | 24 | 172 | 0 | 132 | 46 | 27 | 505 | 121 | 52 |
| Binary | 11000100 | 10100 | 1111010 | 0 | 1011010 | 100110 | 10111 | 101000101 | 1010001 | 101010 |
Color Harmonies of #C4147A
Complementary color
Monochromatic Colors of #C4147A
Black with #C4147A
Text Example
Text Example
White with #C4147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4147A; }
p { color: rgb(196,20,122); }
H1.HeaderClassName
{
color: #C4147A;
}
.AnyTagClassName
{
color: #C4147A;
}
</style>
background-color css
<style>
a { background-color: #C4147A; }
a { background-color: rgb(196,20,122); }
div.DivClassName
{
background-color: #C4147A;
}
.BgClassName
{
background-color: #C4147A;
}
</style>
border-color css
<style>
span { border-color: #C4147A; }
span { border-color: rgb(196,20,122); }
td.TdClassName
{
border-color: #C4147A;
}
.TagClassName
{
border-color: #C4147A;
}
</style>