Shades of Medium Violet Red #C4057F
Tints of Medium Violet Red #C4057F
RGB
CMYK
RGB Variations
Color information
#C4057F (or 0xC4057F) is known color: Medium Violet Red. HEX triplet: C4, 05 and 7F. RGB value is (196,5,127). Sum of RGB (Red+Green+Blue) = 196+5+127=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4057F is #3BFA80. Grayscale: #4B4B4B. Windows color (decimal): -3930753 or 8324548. OLE color: 8324548.
HSL color Cylindrical-coordinate representation of color #C4057F: hue angle of 321.68º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4057F is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 127 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.23 |
| HSL | 321.68º | 0.95% | 0.39% | - |
| HSV(B) | 321.68º | 0.97% | 0.77% | - |
| XYZ | 26.65 | 13.38 | 21.26 | - |
| YUV | 76.02 | 156.78 | 213.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 127 | 0 | 0.97 | 0.35 | 0.23 | 321.68 | 0.95 | 0.39 |
| Hex | C4 | 5 | 7F | 0 | 61 | 23 | 17 | 142 | 5F | 27 |
| Octal | 304 | 5 | 177 | 0 | 141 | 43 | 27 | 502 | 137 | 47 |
| Binary | 11000100 | 101 | 1111111 | 0 | 1100001 | 100011 | 10111 | 101000010 | 1011111 | 100111 |
Color Harmonies of #C4057F
Complementary color
Monochromatic Colors of #C4057F
Black with #C4057F
Text Example
Text Example
White with #C4057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4057F; }
p { color: rgb(196,5,127); }
H1.HeaderClassName
{
color: #C4057F;
}
.AnyTagClassName
{
color: #C4057F;
}
</style>
background-color css
<style>
a { background-color: #C4057F; }
a { background-color: rgb(196,5,127); }
div.DivClassName
{
background-color: #C4057F;
}
.BgClassName
{
background-color: #C4057F;
}
</style>
border-color css
<style>
span { border-color: #C4057F; }
span { border-color: rgb(196,5,127); }
td.TdClassName
{
border-color: #C4057F;
}
.TagClassName
{
border-color: #C4057F;
}
</style>