Shades of Medium Violet Red #C40D7F
Tints of Medium Violet Red #C40D7F
RGB
CMYK
RGB Variations
Color information
#C40D7F (or 0xC40D7F) is known color: Medium Violet Red. HEX triplet: C4, 0D and 7F. RGB value is (196,13,127). Sum of RGB (Red+Green+Blue) = 196+13+127=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D7F is #3BF280. Grayscale: #505050. Windows color (decimal): -3928705 or 8326596. OLE color: 8326596.
HSL color Cylindrical-coordinate representation of color #C40D7F: hue angle of 322.62º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C40D7F is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 127 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.23 |
| HSL | 322.62º | 0.88% | 0.41% | - |
| HSV(B) | 322.62º | 0.93% | 0.77% | - |
| XYZ | 26.74 | 13.56 | 21.29 | - |
| YUV | 80.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 127 | 0 | 0.93 | 0.35 | 0.23 | 322.62 | 0.88 | 0.41 |
| Hex | C4 | D | 7F | 0 | 5D | 23 | 17 | 143 | 58 | 29 |
| Octal | 304 | 15 | 177 | 0 | 135 | 43 | 27 | 503 | 130 | 51 |
| Binary | 11000100 | 1101 | 1111111 | 0 | 1011101 | 100011 | 10111 | 101000011 | 1011000 | 101001 |
Color Harmonies of #C40D7F
Complementary color
Monochromatic Colors of #C40D7F
Black with #C40D7F
Text Example
Text Example
White with #C40D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D7F; }
p { color: rgb(196,13,127); }
H1.HeaderClassName
{
color: #C40D7F;
}
.AnyTagClassName
{
color: #C40D7F;
}
</style>
background-color css
<style>
a { background-color: #C40D7F; }
a { background-color: rgb(196,13,127); }
div.DivClassName
{
background-color: #C40D7F;
}
.BgClassName
{
background-color: #C40D7F;
}
</style>
border-color css
<style>
span { border-color: #C40D7F; }
span { border-color: rgb(196,13,127); }
td.TdClassName
{
border-color: #C40D7F;
}
.TagClassName
{
border-color: #C40D7F;
}
</style>