Shades of Medium Violet Red #C40B6A
Tints of Medium Violet Red #C40B6A
RGB
CMYK
RGB Variations
Color information
#C40B6A (or 0xC40B6A) is known color: Medium Violet Red. HEX triplet: C4, 0B and 6A. RGB value is (196,11,106). Sum of RGB (Red+Green+Blue) = 196+11+106=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B6A is #3BF495. Grayscale: #4C4C4C. Windows color (decimal): -3929238 or 6949828. OLE color: 6949828.
HSL color Cylindrical-coordinate representation of color #C40B6A: hue angle of 329.19º 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 #C40B6A is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 106 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.23 |
| HSL | 329.19º | 0.89% | 0.41% | - |
| HSV(B) | 329.19º | 0.94% | 0.77% | - |
| XYZ | 25.49 | 13.02 | 14.8 | - |
| YUV | 77.15 | 144.29 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 106 | 0 | 0.94 | 0.46 | 0.23 | 329.19 | 0.89 | 0.41 |
| Hex | C4 | B | 6A | 0 | 5E | 2E | 17 | 149 | 59 | 29 |
| Octal | 304 | 13 | 152 | 0 | 136 | 56 | 27 | 511 | 131 | 51 |
| Binary | 11000100 | 1011 | 1101010 | 0 | 1011110 | 101110 | 10111 | 101001001 | 1011001 | 101001 |
Color Harmonies of #C40B6A
Complementary color
Monochromatic Colors of #C40B6A
Black with #C40B6A
Text Example
Text Example
White with #C40B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B6A; }
p { color: rgb(196,11,106); }
H1.HeaderClassName
{
color: #C40B6A;
}
.AnyTagClassName
{
color: #C40B6A;
}
</style>
background-color css
<style>
a { background-color: #C40B6A; }
a { background-color: rgb(196,11,106); }
div.DivClassName
{
background-color: #C40B6A;
}
.BgClassName
{
background-color: #C40B6A;
}
</style>
border-color css
<style>
span { border-color: #C40B6A; }
span { border-color: rgb(196,11,106); }
td.TdClassName
{
border-color: #C40B6A;
}
.TagClassName
{
border-color: #C40B6A;
}
</style>