Shades of Medium Violet Red #C40BA3
Tints of Medium Violet Red #C40BA3
RGB
CMYK
RGB Variations
Color information
#C40BA3 (or 0xC40BA3) is known color: Medium Violet Red. HEX triplet: C4, 0B and A3. RGB value is (196,11,163). Sum of RGB (Red+Green+Blue) = 196+11+163=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BA3 is #3BF45C. Grayscale: #535353. Windows color (decimal): -3929181 or 10685380. OLE color: 10685380.
HSL color Cylindrical-coordinate representation of color #C40BA3: hue angle of 310.7º 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 #C40BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.23 |
| HSL | 310.7º | 0.89% | 0.41% | - |
| HSV(B) | 310.7º | 0.94% | 0.77% | - |
| XYZ | 29.5 | 14.62 | 35.92 | - |
| YUV | 83.64 | 172.79 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 163 | 0 | 0.94 | 0.17 | 0.23 | 310.7 | 0.89 | 0.41 |
| Hex | C4 | B | A3 | 0 | 5E | 11 | 17 | 137 | 59 | 29 |
| Octal | 304 | 13 | 243 | 0 | 136 | 21 | 27 | 467 | 131 | 51 |
| Binary | 11000100 | 1011 | 10100011 | 0 | 1011110 | 10001 | 10111 | 100110111 | 1011001 | 101001 |
Color Harmonies of #C40BA3
Complementary color
Monochromatic Colors of #C40BA3
Black with #C40BA3
Text Example
Text Example
White with #C40BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BA3; }
p { color: rgb(196,11,163); }
H1.HeaderClassName
{
color: #C40BA3;
}
.AnyTagClassName
{
color: #C40BA3;
}
</style>
background-color css
<style>
a { background-color: #C40BA3; }
a { background-color: rgb(196,11,163); }
div.DivClassName
{
background-color: #C40BA3;
}
.BgClassName
{
background-color: #C40BA3;
}
</style>
border-color css
<style>
span { border-color: #C40BA3; }
span { border-color: rgb(196,11,163); }
td.TdClassName
{
border-color: #C40BA3;
}
.TagClassName
{
border-color: #C40BA3;
}
</style>