Shades of Medium Violet Red #C40A7B
Tints of Medium Violet Red #C40A7B
RGB
CMYK
RGB Variations
Color information
#C40A7B (or 0xC40A7B) is known color: Medium Violet Red. HEX triplet: C4, 0A and 7B. RGB value is (196,10,123). Sum of RGB (Red+Green+Blue) = 196+10+123=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A7B is #3BF584. Grayscale: #4E4E4E. Windows color (decimal): -3929477 or 8063684. OLE color: 8063684.
HSL color Cylindrical-coordinate representation of color #C40A7B: hue angle of 323.55º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A7B is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 123 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.23 |
| HSL | 323.55º | 0.9% | 0.4% | - |
| HSV(B) | 323.55º | 0.95% | 0.77% | - |
| XYZ | 26.45 | 13.38 | 19.93 | - |
| YUV | 78.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 123 | 0 | 0.95 | 0.37 | 0.23 | 323.55 | 0.9 | 0.4 |
| Hex | C4 | A | 7B | 0 | 5F | 25 | 17 | 144 | 5A | 28 |
| Octal | 304 | 12 | 173 | 0 | 137 | 45 | 27 | 504 | 132 | 50 |
| Binary | 11000100 | 1010 | 1111011 | 0 | 1011111 | 100101 | 10111 | 101000100 | 1011010 | 101000 |
Color Harmonies of #C40A7B
Complementary color
Monochromatic Colors of #C40A7B
Black with #C40A7B
Text Example
Text Example
White with #C40A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A7B; }
p { color: rgb(196,10,123); }
H1.HeaderClassName
{
color: #C40A7B;
}
.AnyTagClassName
{
color: #C40A7B;
}
</style>
background-color css
<style>
a { background-color: #C40A7B; }
a { background-color: rgb(196,10,123); }
div.DivClassName
{
background-color: #C40A7B;
}
.BgClassName
{
background-color: #C40A7B;
}
</style>
border-color css
<style>
span { border-color: #C40A7B; }
span { border-color: rgb(196,10,123); }
td.TdClassName
{
border-color: #C40A7B;
}
.TagClassName
{
border-color: #C40A7B;
}
</style>