Shades of Medium Violet Red #C40F7E
Tints of Medium Violet Red #C40F7E
RGB
CMYK
RGB Variations
Color information
#C40F7E (or 0xC40F7E) is known color: Medium Violet Red. HEX triplet: C4, 0F and 7E. RGB value is (196,15,126). Sum of RGB (Red+Green+Blue) = 196+15+126=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F7E is #3BF081. Grayscale: #515151. Windows color (decimal): -3928194 or 8261572. OLE color: 8261572.
HSL color Cylindrical-coordinate representation of color #C40F7E: hue angle of 323.2º 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 #C40F7E is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 126 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.23 |
| HSL | 323.2º | 0.86% | 0.41% | - |
| HSV(B) | 323.2º | 0.92% | 0.77% | - |
| XYZ | 26.7 | 13.58 | 20.95 | - |
| YUV | 81.77 | 152.97 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 126 | 0 | 0.92 | 0.36 | 0.23 | 323.2 | 0.86 | 0.41 |
| Hex | C4 | F | 7E | 0 | 5C | 24 | 17 | 143 | 56 | 29 |
| Octal | 304 | 17 | 176 | 0 | 134 | 44 | 27 | 503 | 126 | 51 |
| Binary | 11000100 | 1111 | 1111110 | 0 | 1011100 | 100100 | 10111 | 101000011 | 1010110 | 101001 |
Color Harmonies of #C40F7E
Complementary color
Monochromatic Colors of #C40F7E
Black with #C40F7E
Text Example
Text Example
White with #C40F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F7E; }
p { color: rgb(196,15,126); }
H1.HeaderClassName
{
color: #C40F7E;
}
.AnyTagClassName
{
color: #C40F7E;
}
</style>
background-color css
<style>
a { background-color: #C40F7E; }
a { background-color: rgb(196,15,126); }
div.DivClassName
{
background-color: #C40F7E;
}
.BgClassName
{
background-color: #C40F7E;
}
</style>
border-color css
<style>
span { border-color: #C40F7E; }
span { border-color: rgb(196,15,126); }
td.TdClassName
{
border-color: #C40F7E;
}
.TagClassName
{
border-color: #C40F7E;
}
</style>