Shades of Medium Violet Red #C4057E
Tints of Medium Violet Red #C4057E
RGB
CMYK
RGB Variations
Color information
#C4057E (or 0xC4057E) is known color: Medium Violet Red. HEX triplet: C4, 05 and 7E. RGB value is (196,5,126). Sum of RGB (Red+Green+Blue) = 196+5+126=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4057E is #3BFA81. Grayscale: #4B4B4B. Windows color (decimal): -3930754 or 8259012. OLE color: 8259012.
HSL color Cylindrical-coordinate representation of color #C4057E: hue angle of 321.99º 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 #C4057E is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 126 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.23 |
| HSL | 321.99º | 0.95% | 0.39% | - |
| HSV(B) | 321.99º | 0.97% | 0.77% | - |
| XYZ | 26.59 | 13.35 | 20.91 | - |
| YUV | 75.9 | 156.28 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 126 | 0 | 0.97 | 0.36 | 0.23 | 321.99 | 0.95 | 0.39 |
| Hex | C4 | 5 | 7E | 0 | 61 | 24 | 17 | 142 | 5F | 27 |
| Octal | 304 | 5 | 176 | 0 | 141 | 44 | 27 | 502 | 137 | 47 |
| Binary | 11000100 | 101 | 1111110 | 0 | 1100001 | 100100 | 10111 | 101000010 | 1011111 | 100111 |
Color Harmonies of #C4057E
Complementary color
Monochromatic Colors of #C4057E
Black with #C4057E
Text Example
Text Example
White with #C4057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4057E; }
p { color: rgb(196,5,126); }
H1.HeaderClassName
{
color: #C4057E;
}
.AnyTagClassName
{
color: #C4057E;
}
</style>
background-color css
<style>
a { background-color: #C4057E; }
a { background-color: rgb(196,5,126); }
div.DivClassName
{
background-color: #C4057E;
}
.BgClassName
{
background-color: #C4057E;
}
</style>
border-color css
<style>
span { border-color: #C4057E; }
span { border-color: rgb(196,5,126); }
td.TdClassName
{
border-color: #C4057E;
}
.TagClassName
{
border-color: #C4057E;
}
</style>