Shades of Medium Violet Red #C41BAA
Tints of Medium Violet Red #C41BAA
RGB
CMYK
RGB Variations
Color information
#C41BAA (or 0xC41BAA) is known color: Medium Violet Red. HEX triplet: C4, 1B and AA. RGB value is (196,27,170). Sum of RGB (Red+Green+Blue) = 196+27+170=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C41BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41BAA is #3BE455. Grayscale: #5D5D5D. Windows color (decimal): -3925078 or 11148228. OLE color: 11148228.
HSL color Cylindrical-coordinate representation of color #C41BAA: hue angle of 309.23º 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 #C41BAA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 170 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.23 |
| HSL | 309.23º | 0.76% | 0.44% | - |
| HSV(B) | 309.23º | 0.86% | 0.77% | - |
| XYZ | 30.41 | 15.42 | 39.4 | - |
| YUV | 93.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 170 | 0 | 0.86 | 0.13 | 0.23 | 309.23 | 0.76 | 0.44 |
| Hex | C4 | 1B | AA | 0 | 56 | D | 17 | 135 | 4C | 2C |
| Octal | 304 | 33 | 252 | 0 | 126 | 15 | 27 | 465 | 114 | 54 |
| Binary | 11000100 | 11011 | 10101010 | 0 | 1010110 | 1101 | 10111 | 100110101 | 1001100 | 101100 |
Color Harmonies of #C41BAA
Complementary color
Monochromatic Colors of #C41BAA
Black with #C41BAA
Text Example
Text Example
White with #C41BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41BAA; }
p { color: rgb(196,27,170); }
H1.HeaderClassName
{
color: #C41BAA;
}
.AnyTagClassName
{
color: #C41BAA;
}
</style>
background-color css
<style>
a { background-color: #C41BAA; }
a { background-color: rgb(196,27,170); }
div.DivClassName
{
background-color: #C41BAA;
}
.BgClassName
{
background-color: #C41BAA;
}
</style>
border-color css
<style>
span { border-color: #C41BAA; }
span { border-color: rgb(196,27,170); }
td.TdClassName
{
border-color: #C41BAA;
}
.TagClassName
{
border-color: #C41BAA;
}
</style>