Shades of Medium Violet Red #C40B7C
Tints of Medium Violet Red #C40B7C
RGB
CMYK
RGB Variations
Color information
#C40B7C (or 0xC40B7C) is known color: Medium Violet Red. HEX triplet: C4, 0B and 7C. RGB value is (196,11,124). Sum of RGB (Red+Green+Blue) = 196+11+124=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B7C is #3BF483. Grayscale: #4E4E4E. Windows color (decimal): -3929220 or 8129476. OLE color: 8129476.
HSL color Cylindrical-coordinate representation of color #C40B7C: hue angle of 323.35º 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 #C40B7C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 124 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.23 |
| HSL | 323.35º | 0.89% | 0.41% | - |
| HSV(B) | 323.35º | 0.94% | 0.77% | - |
| XYZ | 26.52 | 13.43 | 20.26 | - |
| YUV | 79.2 | 153.29 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 124 | 0 | 0.94 | 0.37 | 0.23 | 323.35 | 0.89 | 0.41 |
| Hex | C4 | B | 7C | 0 | 5E | 25 | 17 | 143 | 59 | 29 |
| Octal | 304 | 13 | 174 | 0 | 136 | 45 | 27 | 503 | 131 | 51 |
| Binary | 11000100 | 1011 | 1111100 | 0 | 1011110 | 100101 | 10111 | 101000011 | 1011001 | 101001 |
Color Harmonies of #C40B7C
Complementary color
Monochromatic Colors of #C40B7C
Black with #C40B7C
Text Example
Text Example
White with #C40B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B7C; }
p { color: rgb(196,11,124); }
H1.HeaderClassName
{
color: #C40B7C;
}
.AnyTagClassName
{
color: #C40B7C;
}
</style>
background-color css
<style>
a { background-color: #C40B7C; }
a { background-color: rgb(196,11,124); }
div.DivClassName
{
background-color: #C40B7C;
}
.BgClassName
{
background-color: #C40B7C;
}
</style>
border-color css
<style>
span { border-color: #C40B7C; }
span { border-color: rgb(196,11,124); }
td.TdClassName
{
border-color: #C40B7C;
}
.TagClassName
{
border-color: #C40B7C;
}
</style>