Shades of Medium Violet Red #C41BA1
Tints of Medium Violet Red #C41BA1
RGB
CMYK
RGB Variations
Color information
#C41BA1 (or 0xC41BA1) is known color: Medium Violet Red. HEX triplet: C4, 1B and A1. RGB value is (196,27,161). Sum of RGB (Red+Green+Blue) = 196+27+161=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BA1 is #3BE45E. Grayscale: #5C5C5C. Windows color (decimal): -3925087 or 10558404. OLE color: 10558404.
HSL color Cylindrical-coordinate representation of color #C41BA1: hue angle of 312.43º 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 #C41BA1 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 161 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.23 |
| HSL | 312.43º | 0.76% | 0.44% | - |
| HSV(B) | 312.43º | 0.86% | 0.77% | - |
| XYZ | 29.59 | 15.09 | 35.07 | - |
| YUV | 92.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 161 | 0 | 0.86 | 0.18 | 0.23 | 312.43 | 0.76 | 0.44 |
| Hex | C4 | 1B | A1 | 0 | 56 | 12 | 17 | 138 | 4C | 2C |
| Octal | 304 | 33 | 241 | 0 | 126 | 22 | 27 | 470 | 114 | 54 |
| Binary | 11000100 | 11011 | 10100001 | 0 | 1010110 | 10010 | 10111 | 100111000 | 1001100 | 101100 |
Color Harmonies of #C41BA1
Complementary color
Monochromatic Colors of #C41BA1
Black with #C41BA1
Text Example
Text Example
White with #C41BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BA1; }
p { color: rgb(196,27,161); }
H1.HeaderClassName
{
color: #C41BA1;
}
.AnyTagClassName
{
color: #C41BA1;
}
</style>
background-color css
<style>
a { background-color: #C41BA1; }
a { background-color: rgb(196,27,161); }
div.DivClassName
{
background-color: #C41BA1;
}
.BgClassName
{
background-color: #C41BA1;
}
</style>
border-color css
<style>
span { border-color: #C41BA1; }
span { border-color: rgb(196,27,161); }
td.TdClassName
{
border-color: #C41BA1;
}
.TagClassName
{
border-color: #C41BA1;
}
</style>