Shades of Medium Violet Red #C40BA4
Tints of Medium Violet Red #C40BA4
RGB
CMYK
RGB Variations
Color information
#C40BA4 (or 0xC40BA4) is known color: Medium Violet Red. HEX triplet: C4, 0B and A4. RGB value is (196,11,164). Sum of RGB (Red+Green+Blue) = 196+11+164=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C40BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40BA4 is #3BF45B. Grayscale: #535353. Windows color (decimal): -3929180 or 10750916. OLE color: 10750916.
HSL color Cylindrical-coordinate representation of color #C40BA4: hue angle of 310.38º 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 #C40BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.23 |
| HSL | 310.38º | 0.89% | 0.41% | - |
| HSV(B) | 310.38º | 0.94% | 0.77% | - |
| XYZ | 29.59 | 14.66 | 36.39 | - |
| YUV | 83.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 164 | 0 | 0.94 | 0.16 | 0.23 | 310.38 | 0.89 | 0.41 |
| Hex | C4 | B | A4 | 0 | 5E | 10 | 17 | 136 | 59 | 29 |
| Octal | 304 | 13 | 244 | 0 | 136 | 20 | 27 | 466 | 131 | 51 |
| Binary | 11000100 | 1011 | 10100100 | 0 | 1011110 | 10000 | 10111 | 100110110 | 1011001 | 101001 |
Color Harmonies of #C40BA4
Complementary color
Monochromatic Colors of #C40BA4
Black with #C40BA4
Text Example
Text Example
White with #C40BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40BA4; }
p { color: rgb(196,11,164); }
H1.HeaderClassName
{
color: #C40BA4;
}
.AnyTagClassName
{
color: #C40BA4;
}
</style>
background-color css
<style>
a { background-color: #C40BA4; }
a { background-color: rgb(196,11,164); }
div.DivClassName
{
background-color: #C40BA4;
}
.BgClassName
{
background-color: #C40BA4;
}
</style>
border-color css
<style>
span { border-color: #C40BA4; }
span { border-color: rgb(196,11,164); }
td.TdClassName
{
border-color: #C40BA4;
}
.TagClassName
{
border-color: #C40BA4;
}
</style>