Shades of Medium Violet Red #C40C95
Tints of Medium Violet Red #C40C95
RGB
CMYK
RGB Variations
Color information
#C40C95 (or 0xC40C95) is known color: Medium Violet Red. HEX triplet: C4, 0C and 95. RGB value is (196,12,149). Sum of RGB (Red+Green+Blue) = 196+12+149=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C95 is #3BF36A. Grayscale: #525252. Windows color (decimal): -3928939 or 9768132. OLE color: 9768132.
HSL color Cylindrical-coordinate representation of color #C40C95: hue angle of 315.33º 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 #C40C95 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 149 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.23 |
| HSL | 315.33º | 0.88% | 0.41% | - |
| HSV(B) | 315.33º | 0.94% | 0.77% | - |
| XYZ | 28.32 | 14.17 | 29.68 | - |
| YUV | 82.63 | 165.46 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 149 | 0 | 0.94 | 0.24 | 0.23 | 315.33 | 0.88 | 0.41 |
| Hex | C4 | C | 95 | 0 | 5E | 18 | 17 | 13B | 58 | 29 |
| Octal | 304 | 14 | 225 | 0 | 136 | 30 | 27 | 473 | 130 | 51 |
| Binary | 11000100 | 1100 | 10010101 | 0 | 1011110 | 11000 | 10111 | 100111011 | 1011000 | 101001 |
Color Harmonies of #C40C95
Complementary color
Monochromatic Colors of #C40C95
Black with #C40C95
Text Example
Text Example
White with #C40C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C95; }
p { color: rgb(196,12,149); }
H1.HeaderClassName
{
color: #C40C95;
}
.AnyTagClassName
{
color: #C40C95;
}
</style>
background-color css
<style>
a { background-color: #C40C95; }
a { background-color: rgb(196,12,149); }
div.DivClassName
{
background-color: #C40C95;
}
.BgClassName
{
background-color: #C40C95;
}
</style>
border-color css
<style>
span { border-color: #C40C95; }
span { border-color: rgb(196,12,149); }
td.TdClassName
{
border-color: #C40C95;
}
.TagClassName
{
border-color: #C40C95;
}
</style>