Shades of Medium Violet Red #C4058F
Tints of Medium Violet Red #C4058F
RGB
CMYK
RGB Variations
Color information
#C4058F (or 0xC4058F) is known color: Medium Violet Red. HEX triplet: C4, 05 and 8F. RGB value is (196,5,143). Sum of RGB (Red+Green+Blue) = 196+5+143=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4058F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4058F is #3BFA70. Grayscale: #4D4D4D. Windows color (decimal): -3930737 or 9373124. OLE color: 9373124.
HSL color Cylindrical-coordinate representation of color #C4058F: hue angle of 316.65º 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 #C4058F is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 143 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.23 |
| HSL | 316.65º | 0.95% | 0.39% | - |
| HSV(B) | 316.65º | 0.97% | 0.77% | - |
| XYZ | 27.78 | 13.83 | 27.19 | - |
| YUV | 77.84 | 164.78 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 143 | 0 | 0.97 | 0.27 | 0.23 | 316.65 | 0.95 | 0.39 |
| Hex | C4 | 5 | 8F | 0 | 61 | 1B | 17 | 13D | 5F | 27 |
| Octal | 304 | 5 | 217 | 0 | 141 | 33 | 27 | 475 | 137 | 47 |
| Binary | 11000100 | 101 | 10001111 | 0 | 1100001 | 11011 | 10111 | 100111101 | 1011111 | 100111 |
Color Harmonies of #C4058F
Complementary color
Monochromatic Colors of #C4058F
Black with #C4058F
Text Example
Text Example
White with #C4058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4058F; }
p { color: rgb(196,5,143); }
H1.HeaderClassName
{
color: #C4058F;
}
.AnyTagClassName
{
color: #C4058F;
}
</style>
background-color css
<style>
a { background-color: #C4058F; }
a { background-color: rgb(196,5,143); }
div.DivClassName
{
background-color: #C4058F;
}
.BgClassName
{
background-color: #C4058F;
}
</style>
border-color css
<style>
span { border-color: #C4058F; }
span { border-color: rgb(196,5,143); }
td.TdClassName
{
border-color: #C4058F;
}
.TagClassName
{
border-color: #C4058F;
}
</style>