Shades of Medium Violet Red #C4147D
Tints of Medium Violet Red #C4147D
RGB
CMYK
RGB Variations
Color information
#C4147D (or 0xC4147D) is known color: Medium Violet Red. HEX triplet: C4, 14 and 7D. RGB value is (196,20,125). Sum of RGB (Red+Green+Blue) = 196+20+125=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4147D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4147D is #3BEB82. Grayscale: #545454. Windows color (decimal): -3926915 or 8197316. OLE color: 8197316.
HSL color Cylindrical-coordinate representation of color #C4147D: hue angle of 324.2º 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 #C4147D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 125 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.23 |
| HSL | 324.2º | 0.81% | 0.42% | - |
| HSV(B) | 324.2º | 0.9% | 0.77% | - |
| XYZ | 26.72 | 13.72 | 20.64 | - |
| YUV | 84.59 | 150.81 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 125 | 0 | 0.90 | 0.36 | 0.23 | 324.2 | 0.81 | 0.42 |
| Hex | C4 | 14 | 7D | 0 | 5A | 24 | 17 | 144 | 51 | 2A |
| Octal | 304 | 24 | 175 | 0 | 132 | 44 | 27 | 504 | 121 | 52 |
| Binary | 11000100 | 10100 | 1111101 | 0 | 1011010 | 100100 | 10111 | 101000100 | 1010001 | 101010 |
Color Harmonies of #C4147D
Complementary color
Monochromatic Colors of #C4147D
Black with #C4147D
Text Example
Text Example
White with #C4147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4147D; }
p { color: rgb(196,20,125); }
H1.HeaderClassName
{
color: #C4147D;
}
.AnyTagClassName
{
color: #C4147D;
}
</style>
background-color css
<style>
a { background-color: #C4147D; }
a { background-color: rgb(196,20,125); }
div.DivClassName
{
background-color: #C4147D;
}
.BgClassName
{
background-color: #C4147D;
}
</style>
border-color css
<style>
span { border-color: #C4147D; }
span { border-color: rgb(196,20,125); }
td.TdClassName
{
border-color: #C4147D;
}
.TagClassName
{
border-color: #C4147D;
}
</style>