Shades of Medium Violet Red #C4128F
Tints of Medium Violet Red #C4128F
RGB
CMYK
RGB Variations
Color information
#C4128F (or 0xC4128F) is known color: Medium Violet Red. HEX triplet: C4, 12 and 8F. RGB value is (196,18,143). Sum of RGB (Red+Green+Blue) = 196+18+143=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4128F is #3BED70. Grayscale: #555555. Windows color (decimal): -3927409 or 9376452. OLE color: 9376452.
HSL color Cylindrical-coordinate representation of color #C4128F: hue angle of 317.87º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4128F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 143 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.23 |
| HSL | 317.87º | 0.83% | 0.42% | - |
| HSV(B) | 317.87º | 0.91% | 0.77% | - |
| XYZ | 27.94 | 14.15 | 27.25 | - |
| YUV | 85.47 | 160.47 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 143 | 0 | 0.91 | 0.27 | 0.23 | 317.87 | 0.83 | 0.42 |
| Hex | C4 | 12 | 8F | 0 | 5B | 1B | 17 | 13E | 53 | 2A |
| Octal | 304 | 22 | 217 | 0 | 133 | 33 | 27 | 476 | 123 | 52 |
| Binary | 11000100 | 10010 | 10001111 | 0 | 1011011 | 11011 | 10111 | 100111110 | 1010011 | 101010 |
Color Harmonies of #C4128F
Complementary color
Monochromatic Colors of #C4128F
Black with #C4128F
Text Example
Text Example
White with #C4128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4128F; }
p { color: rgb(196,18,143); }
H1.HeaderClassName
{
color: #C4128F;
}
.AnyTagClassName
{
color: #C4128F;
}
</style>
background-color css
<style>
a { background-color: #C4128F; }
a { background-color: rgb(196,18,143); }
div.DivClassName
{
background-color: #C4128F;
}
.BgClassName
{
background-color: #C4128F;
}
</style>
border-color css
<style>
span { border-color: #C4128F; }
span { border-color: rgb(196,18,143); }
td.TdClassName
{
border-color: #C4128F;
}
.TagClassName
{
border-color: #C4128F;
}
</style>