Shades of Medium Violet Red #C4178A
Tints of Medium Violet Red #C4178A
RGB
CMYK
RGB Variations
Color information
#C4178A (or 0xC4178A) is known color: Medium Violet Red. HEX triplet: C4, 17 and 8A. RGB value is (196,23,138). Sum of RGB (Red+Green+Blue) = 196+23+138=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4178A is #3BE875. Grayscale: #575757. Windows color (decimal): -3926134 or 9050052. OLE color: 9050052.
HSL color Cylindrical-coordinate representation of color #C4178A: hue angle of 320.12º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4178A is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 138 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.23 |
| HSL | 320.12º | 0.79% | 0.43% | - |
| HSV(B) | 320.12º | 0.88% | 0.77% | - |
| XYZ | 27.66 | 14.18 | 25.32 | - |
| YUV | 87.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 138 | 0 | 0.88 | 0.30 | 0.23 | 320.12 | 0.79 | 0.43 |
| Hex | C4 | 17 | 8A | 0 | 58 | 1E | 17 | 140 | 4F | 2B |
| Octal | 304 | 27 | 212 | 0 | 130 | 36 | 27 | 500 | 117 | 53 |
| Binary | 11000100 | 10111 | 10001010 | 0 | 1011000 | 11110 | 10111 | 101000000 | 1001111 | 101011 |
Color Harmonies of #C4178A
Complementary color
Monochromatic Colors of #C4178A
Black with #C4178A
Text Example
Text Example
White with #C4178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4178A; }
p { color: rgb(196,23,138); }
H1.HeaderClassName
{
color: #C4178A;
}
.AnyTagClassName
{
color: #C4178A;
}
</style>
background-color css
<style>
a { background-color: #C4178A; }
a { background-color: rgb(196,23,138); }
div.DivClassName
{
background-color: #C4178A;
}
.BgClassName
{
background-color: #C4178A;
}
</style>
border-color css
<style>
span { border-color: #C4178A; }
span { border-color: rgb(196,23,138); }
td.TdClassName
{
border-color: #C4178A;
}
.TagClassName
{
border-color: #C4178A;
}
</style>