Shades of Medium Violet Red #C40B7B
Tints of Medium Violet Red #C40B7B
RGB
CMYK
RGB Variations
Color information
#C40B7B (or 0xC40B7B) is known color: Medium Violet Red. HEX triplet: C4, 0B and 7B. RGB value is (196,11,123). Sum of RGB (Red+Green+Blue) = 196+11+123=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B7B is #3BF484. Grayscale: #4E4E4E. Windows color (decimal): -3929221 or 8063940. OLE color: 8063940.
HSL color Cylindrical-coordinate representation of color #C40B7B: hue angle of 323.68º 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 #C40B7B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 123 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.23 |
| HSL | 323.68º | 0.89% | 0.41% | - |
| HSV(B) | 323.68º | 0.94% | 0.77% | - |
| XYZ | 26.46 | 13.41 | 19.93 | - |
| YUV | 79.08 | 152.79 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 123 | 0 | 0.94 | 0.37 | 0.23 | 323.68 | 0.89 | 0.41 |
| Hex | C4 | B | 7B | 0 | 5E | 25 | 17 | 144 | 59 | 29 |
| Octal | 304 | 13 | 173 | 0 | 136 | 45 | 27 | 504 | 131 | 51 |
| Binary | 11000100 | 1011 | 1111011 | 0 | 1011110 | 100101 | 10111 | 101000100 | 1011001 | 101001 |
Color Harmonies of #C40B7B
Complementary color
Monochromatic Colors of #C40B7B
Black with #C40B7B
Text Example
Text Example
White with #C40B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B7B; }
p { color: rgb(196,11,123); }
H1.HeaderClassName
{
color: #C40B7B;
}
.AnyTagClassName
{
color: #C40B7B;
}
</style>
background-color css
<style>
a { background-color: #C40B7B; }
a { background-color: rgb(196,11,123); }
div.DivClassName
{
background-color: #C40B7B;
}
.BgClassName
{
background-color: #C40B7B;
}
</style>
border-color css
<style>
span { border-color: #C40B7B; }
span { border-color: rgb(196,11,123); }
td.TdClassName
{
border-color: #C40B7B;
}
.TagClassName
{
border-color: #C40B7B;
}
</style>