Shades of Medium Violet Red #C40C75
Tints of Medium Violet Red #C40C75
RGB
CMYK
RGB Variations
Color information
#C40C75 (or 0xC40C75) is known color: Medium Violet Red. HEX triplet: C4, 0C and 75. RGB value is (196,12,117). Sum of RGB (Red+Green+Blue) = 196+12+117=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C75 is #3BF38A. Grayscale: #4E4E4E. Windows color (decimal): -3928971 or 7670980. OLE color: 7670980.
HSL color Cylindrical-coordinate representation of color #C40C75: hue angle of 325.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C75 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.23 |
| HSL | 325.76º | 0.88% | 0.41% | - |
| HSV(B) | 325.76º | 0.94% | 0.77% | - |
| XYZ | 26.11 | 13.28 | 18.02 | - |
| YUV | 78.99 | 149.46 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 117 | 0 | 0.94 | 0.40 | 0.23 | 325.76 | 0.88 | 0.41 |
| Hex | C4 | C | 75 | 0 | 5E | 28 | 17 | 146 | 58 | 29 |
| Octal | 304 | 14 | 165 | 0 | 136 | 50 | 27 | 506 | 130 | 51 |
| Binary | 11000100 | 1100 | 1110101 | 0 | 1011110 | 101000 | 10111 | 101000110 | 1011000 | 101001 |
Color Harmonies of #C40C75
Complementary color
Monochromatic Colors of #C40C75
Black with #C40C75
Text Example
Text Example
White with #C40C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C75; }
p { color: rgb(196,12,117); }
H1.HeaderClassName
{
color: #C40C75;
}
.AnyTagClassName
{
color: #C40C75;
}
</style>
background-color css
<style>
a { background-color: #C40C75; }
a { background-color: rgb(196,12,117); }
div.DivClassName
{
background-color: #C40C75;
}
.BgClassName
{
background-color: #C40C75;
}
</style>
border-color css
<style>
span { border-color: #C40C75; }
span { border-color: rgb(196,12,117); }
td.TdClassName
{
border-color: #C40C75;
}
.TagClassName
{
border-color: #C40C75;
}
</style>