Shades of Medium Violet Red #C4057B
Tints of Medium Violet Red #C4057B
RGB
CMYK
RGB Variations
Color information
#C4057B (or 0xC4057B) is known color: Medium Violet Red. HEX triplet: C4, 05 and 7B. RGB value is (196,5,123). Sum of RGB (Red+Green+Blue) = 196+5+123=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 5 (2.34% from 255 or 1.54% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C4057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4057B is #3BFA84. Grayscale: #4B4B4B. Windows color (decimal): -3930757 or 8062404. OLE color: 8062404.
HSL color Cylindrical-coordinate representation of color #C4057B: hue angle of 322.93º 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 #C4057B is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 123 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.23 |
| HSL | 322.93º | 0.95% | 0.39% | - |
| HSV(B) | 322.93º | 0.97% | 0.77% | - |
| XYZ | 26.39 | 13.27 | 19.91 | - |
| YUV | 75.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 123 | 0 | 0.97 | 0.37 | 0.23 | 322.93 | 0.95 | 0.39 |
| Hex | C4 | 5 | 7B | 0 | 61 | 25 | 17 | 143 | 5F | 27 |
| Octal | 304 | 5 | 173 | 0 | 141 | 45 | 27 | 503 | 137 | 47 |
| Binary | 11000100 | 101 | 1111011 | 0 | 1100001 | 100101 | 10111 | 101000011 | 1011111 | 100111 |
Color Harmonies of #C4057B
Complementary color
Monochromatic Colors of #C4057B
Black with #C4057B
Text Example
Text Example
White with #C4057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4057B; }
p { color: rgb(196,5,123); }
H1.HeaderClassName
{
color: #C4057B;
}
.AnyTagClassName
{
color: #C4057B;
}
</style>
background-color css
<style>
a { background-color: #C4057B; }
a { background-color: rgb(196,5,123); }
div.DivClassName
{
background-color: #C4057B;
}
.BgClassName
{
background-color: #C4057B;
}
</style>
border-color css
<style>
span { border-color: #C4057B; }
span { border-color: rgb(196,5,123); }
td.TdClassName
{
border-color: #C4057B;
}
.TagClassName
{
border-color: #C4057B;
}
</style>