Shades of Medium Violet Red #C40B8A
Tints of Medium Violet Red #C40B8A
RGB
CMYK
RGB Variations
Color information
#C40B8A (or 0xC40B8A) is known color: Medium Violet Red. HEX triplet: C4, 0B and 8A. RGB value is (196,11,138). Sum of RGB (Red+Green+Blue) = 196+11+138=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B8A is #3BF475. Grayscale: #505050. Windows color (decimal): -3929206 or 9046980. OLE color: 9046980.
HSL color Cylindrical-coordinate representation of color #C40B8A: hue angle of 318.81º 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 #C40B8A is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 138 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.23 |
| HSL | 318.81º | 0.89% | 0.41% | - |
| HSV(B) | 318.81º | 0.94% | 0.77% | - |
| XYZ | 27.47 | 13.81 | 25.26 | - |
| YUV | 80.79 | 160.29 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 138 | 0 | 0.94 | 0.30 | 0.23 | 318.81 | 0.89 | 0.41 |
| Hex | C4 | B | 8A | 0 | 5E | 1E | 17 | 13F | 59 | 29 |
| Octal | 304 | 13 | 212 | 0 | 136 | 36 | 27 | 477 | 131 | 51 |
| Binary | 11000100 | 1011 | 10001010 | 0 | 1011110 | 11110 | 10111 | 100111111 | 1011001 | 101001 |
Color Harmonies of #C40B8A
Complementary color
Monochromatic Colors of #C40B8A
Black with #C40B8A
Text Example
Text Example
White with #C40B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B8A; }
p { color: rgb(196,11,138); }
H1.HeaderClassName
{
color: #C40B8A;
}
.AnyTagClassName
{
color: #C40B8A;
}
</style>
background-color css
<style>
a { background-color: #C40B8A; }
a { background-color: rgb(196,11,138); }
div.DivClassName
{
background-color: #C40B8A;
}
.BgClassName
{
background-color: #C40B8A;
}
</style>
border-color css
<style>
span { border-color: #C40B8A; }
span { border-color: rgb(196,11,138); }
td.TdClassName
{
border-color: #C40B8A;
}
.TagClassName
{
border-color: #C40B8A;
}
</style>