Shades of Medium Violet Red #C41BA8
Tints of Medium Violet Red #C41BA8
RGB
CMYK
RGB Variations
Color information
#C41BA8 (or 0xC41BA8) is known color: Medium Violet Red. HEX triplet: C4, 1B and A8. RGB value is (196,27,168). Sum of RGB (Red+Green+Blue) = 196+27+168=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA8 is #3BE457. Grayscale: #5D5D5D. Windows color (decimal): -3925080 or 11017156. OLE color: 11017156.
HSL color Cylindrical-coordinate representation of color #C41BA8: hue angle of 309.94º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41BA8 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 168 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.23 |
| HSL | 309.94º | 0.76% | 0.44% | - |
| HSV(B) | 309.94º | 0.86% | 0.77% | - |
| XYZ | 30.22 | 15.35 | 38.41 | - |
| YUV | 93.61 | 169.99 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 168 | 0 | 0.86 | 0.14 | 0.23 | 309.94 | 0.76 | 0.44 |
| Hex | C4 | 1B | A8 | 0 | 56 | E | 17 | 136 | 4C | 2C |
| Octal | 304 | 33 | 250 | 0 | 126 | 16 | 27 | 466 | 114 | 54 |
| Binary | 11000100 | 11011 | 10101000 | 0 | 1010110 | 1110 | 10111 | 100110110 | 1001100 | 101100 |
Color Harmonies of #C41BA8
Complementary color
Monochromatic Colors of #C41BA8
Black with #C41BA8
Text Example
Text Example
White with #C41BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BA8; }
p { color: rgb(196,27,168); }
H1.HeaderClassName
{
color: #C41BA8;
}
.AnyTagClassName
{
color: #C41BA8;
}
</style>
background-color css
<style>
a { background-color: #C41BA8; }
a { background-color: rgb(196,27,168); }
div.DivClassName
{
background-color: #C41BA8;
}
.BgClassName
{
background-color: #C41BA8;
}
</style>
border-color css
<style>
span { border-color: #C41BA8; }
span { border-color: rgb(196,27,168); }
td.TdClassName
{
border-color: #C41BA8;
}
.TagClassName
{
border-color: #C41BA8;
}
</style>