Shades of Medium Violet Red #C40C89
Tints of Medium Violet Red #C40C89
RGB
CMYK
RGB Variations
Color information
#C40C89 (or 0xC40C89) is known color: Medium Violet Red. HEX triplet: C4, 0C and 89. RGB value is (196,12,137). Sum of RGB (Red+Green+Blue) = 196+12+137=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40C89 is #3BF376. Grayscale: #505050. Windows color (decimal): -3928951 or 8981700. OLE color: 8981700.
HSL color Cylindrical-coordinate representation of color #C40C89: hue angle of 319.24º 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 #C40C89 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 137 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.23 |
| HSL | 319.24º | 0.88% | 0.41% | - |
| HSV(B) | 319.24º | 0.94% | 0.77% | - |
| XYZ | 27.41 | 13.8 | 24.89 | - |
| YUV | 81.27 | 159.46 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 137 | 0 | 0.94 | 0.30 | 0.23 | 319.24 | 0.88 | 0.41 |
| Hex | C4 | C | 89 | 0 | 5E | 1E | 17 | 13F | 58 | 29 |
| Octal | 304 | 14 | 211 | 0 | 136 | 36 | 27 | 477 | 130 | 51 |
| Binary | 11000100 | 1100 | 10001001 | 0 | 1011110 | 11110 | 10111 | 100111111 | 1011000 | 101001 |
Color Harmonies of #C40C89
Complementary color
Monochromatic Colors of #C40C89
Black with #C40C89
Text Example
Text Example
White with #C40C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C89; }
p { color: rgb(196,12,137); }
H1.HeaderClassName
{
color: #C40C89;
}
.AnyTagClassName
{
color: #C40C89;
}
</style>
background-color css
<style>
a { background-color: #C40C89; }
a { background-color: rgb(196,12,137); }
div.DivClassName
{
background-color: #C40C89;
}
.BgClassName
{
background-color: #C40C89;
}
</style>
border-color css
<style>
span { border-color: #C40C89; }
span { border-color: rgb(196,12,137); }
td.TdClassName
{
border-color: #C40C89;
}
.TagClassName
{
border-color: #C40C89;
}
</style>