Shades of Medium Violet Red #C40B9E
Tints of Medium Violet Red #C40B9E
RGB
CMYK
RGB Variations
Color information
#C40B9E (or 0xC40B9E) is known color: Medium Violet Red. HEX triplet: C4, 0B and 9E. RGB value is (196,11,158). Sum of RGB (Red+Green+Blue) = 196+11+158=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B9E is #3BF461. Grayscale: #525252. Windows color (decimal): -3929186 or 10357700. OLE color: 10357700.
HSL color Cylindrical-coordinate representation of color #C40B9E: hue angle of 312.32º degrees, saturation: 0.89, 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 #C40B9E is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 158 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.23 |
| HSL | 312.32º | 0.89% | 0.41% | - |
| HSV(B) | 312.32º | 0.94% | 0.77% | - |
| XYZ | 29.06 | 14.44 | 33.6 | - |
| YUV | 83.07 | 170.29 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 158 | 0 | 0.94 | 0.19 | 0.23 | 312.32 | 0.89 | 0.41 |
| Hex | C4 | B | 9E | 0 | 5E | 13 | 17 | 138 | 59 | 29 |
| Octal | 304 | 13 | 236 | 0 | 136 | 23 | 27 | 470 | 131 | 51 |
| Binary | 11000100 | 1011 | 10011110 | 0 | 1011110 | 10011 | 10111 | 100111000 | 1011001 | 101001 |
Color Harmonies of #C40B9E
Complementary color
Monochromatic Colors of #C40B9E
Black with #C40B9E
Text Example
Text Example
White with #C40B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B9E; }
p { color: rgb(196,11,158); }
H1.HeaderClassName
{
color: #C40B9E;
}
.AnyTagClassName
{
color: #C40B9E;
}
</style>
background-color css
<style>
a { background-color: #C40B9E; }
a { background-color: rgb(196,11,158); }
div.DivClassName
{
background-color: #C40B9E;
}
.BgClassName
{
background-color: #C40B9E;
}
</style>
border-color css
<style>
span { border-color: #C40B9E; }
span { border-color: rgb(196,11,158); }
td.TdClassName
{
border-color: #C40B9E;
}
.TagClassName
{
border-color: #C40B9E;
}
</style>