Shades of Medium Violet Red #C40A7D
Tints of Medium Violet Red #C40A7D
RGB
CMYK
RGB Variations
Color information
#C40A7D (or 0xC40A7D) is known color: Medium Violet Red. HEX triplet: C4, 0A and 7D. RGB value is (196,10,125). Sum of RGB (Red+Green+Blue) = 196+10+125=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40A7D is #3BF582. Grayscale: #4E4E4E. Windows color (decimal): -3929475 or 8194756. OLE color: 8194756.
HSL color Cylindrical-coordinate representation of color #C40A7D: hue angle of 322.9º 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 #C40A7D is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 125 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.23 |
| HSL | 322.9º | 0.9% | 0.4% | - |
| HSV(B) | 322.9º | 0.95% | 0.77% | - |
| XYZ | 26.58 | 13.43 | 20.59 | - |
| YUV | 78.72 | 154.12 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 125 | 0 | 0.95 | 0.36 | 0.23 | 322.9 | 0.9 | 0.4 |
| Hex | C4 | A | 7D | 0 | 5F | 24 | 17 | 143 | 5A | 28 |
| Octal | 304 | 12 | 175 | 0 | 137 | 44 | 27 | 503 | 132 | 50 |
| Binary | 11000100 | 1010 | 1111101 | 0 | 1011111 | 100100 | 10111 | 101000011 | 1011010 | 101000 |
Color Harmonies of #C40A7D
Complementary color
Monochromatic Colors of #C40A7D
Black with #C40A7D
Text Example
Text Example
White with #C40A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A7D; }
p { color: rgb(196,10,125); }
H1.HeaderClassName
{
color: #C40A7D;
}
.AnyTagClassName
{
color: #C40A7D;
}
</style>
background-color css
<style>
a { background-color: #C40A7D; }
a { background-color: rgb(196,10,125); }
div.DivClassName
{
background-color: #C40A7D;
}
.BgClassName
{
background-color: #C40A7D;
}
</style>
border-color css
<style>
span { border-color: #C40A7D; }
span { border-color: rgb(196,10,125); }
td.TdClassName
{
border-color: #C40A7D;
}
.TagClassName
{
border-color: #C40A7D;
}
</style>