Shades of Medium Violet Red #C40070
Tints of Medium Violet Red #C40070
RGB
CMYK
RGB Variations
Color information
#C40070 (or 0xC40070) is known color: Medium Violet Red. HEX triplet: C4, 00 and 70. RGB value is (196,0,112). Sum of RGB (Red+Green+Blue) = 196+0+112=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C40070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40070 is #3BFF8F. Grayscale: #474747. Windows color (decimal): -3932048 or 7340228. OLE color: 7340228.
HSL color Cylindrical-coordinate representation of color #C40070: hue angle of 325.71º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40070 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.43 | 0.23 |
| HSL | 325.71º | 1% | 0.38% | - |
| HSV(B) | 325.71º | 1% | 0.77% | - |
| XYZ | 25.69 | 12.91 | 16.47 | - |
| YUV | 71.37 | 150.93 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 112 | 0 | 1 | 0.43 | 0.23 | 325.71 | 1 | 0.38 |
| Hex | C4 | 0 | 70 | 0 | 64 | 2B | 17 | 146 | 64 | 26 |
| Octal | 304 | 0 | 160 | 0 | 144 | 53 | 27 | 506 | 144 | 46 |
| Binary | 11000100 | 0 | 1110000 | 0 | 1100100 | 101011 | 10111 | 101000110 | 1100100 | 100110 |
Color Harmonies of #C40070
Complementary color
Monochromatic Colors of #C40070
Black with #C40070
Text Example
Text Example
White with #C40070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40070; }
p { color: rgb(196,0,112); }
H1.HeaderClassName
{
color: #C40070;
}
.AnyTagClassName
{
color: #C40070;
}
</style>
background-color css
<style>
a { background-color: #C40070; }
a { background-color: rgb(196,0,112); }
div.DivClassName
{
background-color: #C40070;
}
.BgClassName
{
background-color: #C40070;
}
</style>
border-color css
<style>
span { border-color: #C40070; }
span { border-color: rgb(196,0,112); }
td.TdClassName
{
border-color: #C40070;
}
.TagClassName
{
border-color: #C40070;
}
</style>