Shades of Medium Violet Red #C40D7B
Tints of Medium Violet Red #C40D7B
RGB
CMYK
RGB Variations
Color information
#C40D7B (or 0xC40D7B) is known color: Medium Violet Red. HEX triplet: C4, 0D and 7B. RGB value is (196,13,123). Sum of RGB (Red+Green+Blue) = 196+13+123=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40D7B is #3BF284. Grayscale: #505050. Windows color (decimal): -3928709 or 8064452. OLE color: 8064452.
HSL color Cylindrical-coordinate representation of color #C40D7B: hue angle of 323.93º 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 #C40D7B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 13 | 123 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.23 |
| HSL | 323.93º | 0.88% | 0.41% | - |
| HSV(B) | 323.93º | 0.93% | 0.77% | - |
| XYZ | 26.48 | 13.45 | 19.94 | - |
| YUV | 80.26 | 152.13 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 13 | 123 | 0 | 0.93 | 0.37 | 0.23 | 323.93 | 0.88 | 0.41 |
| Hex | C4 | D | 7B | 0 | 5D | 25 | 17 | 144 | 58 | 29 |
| Octal | 304 | 15 | 173 | 0 | 135 | 45 | 27 | 504 | 130 | 51 |
| Binary | 11000100 | 1101 | 1111011 | 0 | 1011101 | 100101 | 10111 | 101000100 | 1011000 | 101001 |
Color Harmonies of #C40D7B
Complementary color
Monochromatic Colors of #C40D7B
Black with #C40D7B
Text Example
Text Example
White with #C40D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40D7B; }
p { color: rgb(196,13,123); }
H1.HeaderClassName
{
color: #C40D7B;
}
.AnyTagClassName
{
color: #C40D7B;
}
</style>
background-color css
<style>
a { background-color: #C40D7B; }
a { background-color: rgb(196,13,123); }
div.DivClassName
{
background-color: #C40D7B;
}
.BgClassName
{
background-color: #C40D7B;
}
</style>
border-color css
<style>
span { border-color: #C40D7B; }
span { border-color: rgb(196,13,123); }
td.TdClassName
{
border-color: #C40D7B;
}
.TagClassName
{
border-color: #C40D7B;
}
</style>