Shades of Medium Violet Red #C40F7F
Tints of Medium Violet Red #C40F7F
RGB
CMYK
RGB Variations
Color information
#C40F7F (or 0xC40F7F) is known color: Medium Violet Red. HEX triplet: C4, 0F and 7F. RGB value is (196,15,127). Sum of RGB (Red+Green+Blue) = 196+15+127=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F7F is #3BF080. Grayscale: #515151. Windows color (decimal): -3928193 or 8327108. OLE color: 8327108.
HSL color Cylindrical-coordinate representation of color #C40F7F: hue angle of 322.87º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F7F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 127 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.23 |
| HSL | 322.87º | 0.86% | 0.41% | - |
| HSV(B) | 322.87º | 0.92% | 0.77% | - |
| XYZ | 26.77 | 13.61 | 21.29 | - |
| YUV | 81.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 127 | 0 | 0.92 | 0.35 | 0.23 | 322.87 | 0.86 | 0.41 |
| Hex | C4 | F | 7F | 0 | 5C | 23 | 17 | 143 | 56 | 29 |
| Octal | 304 | 17 | 177 | 0 | 134 | 43 | 27 | 503 | 126 | 51 |
| Binary | 11000100 | 1111 | 1111111 | 0 | 1011100 | 100011 | 10111 | 101000011 | 1010110 | 101001 |
Color Harmonies of #C40F7F
Complementary color
Monochromatic Colors of #C40F7F
Black with #C40F7F
Text Example
Text Example
White with #C40F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F7F; }
p { color: rgb(196,15,127); }
H1.HeaderClassName
{
color: #C40F7F;
}
.AnyTagClassName
{
color: #C40F7F;
}
</style>
background-color css
<style>
a { background-color: #C40F7F; }
a { background-color: rgb(196,15,127); }
div.DivClassName
{
background-color: #C40F7F;
}
.BgClassName
{
background-color: #C40F7F;
}
</style>
border-color css
<style>
span { border-color: #C40F7F; }
span { border-color: rgb(196,15,127); }
td.TdClassName
{
border-color: #C40F7F;
}
.TagClassName
{
border-color: #C40F7F;
}
</style>