Shades of Medium Violet Red #C41AA5
Tints of Medium Violet Red #C41AA5
RGB
CMYK
RGB Variations
Color information
#C41AA5 (or 0xC41AA5) is known color: Medium Violet Red. HEX triplet: C4, 1A and A5. RGB value is (196,26,165). Sum of RGB (Red+Green+Blue) = 196+26+165=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AA5 is #3BE55A. Grayscale: #5C5C5C. Windows color (decimal): -3925339 or 10820292. OLE color: 10820292.
HSL color Cylindrical-coordinate representation of color #C41AA5: hue angle of 310.94º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41AA5 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 165 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.23 |
| HSL | 310.94º | 0.77% | 0.44% | - |
| HSV(B) | 310.94º | 0.87% | 0.77% | - |
| XYZ | 29.93 | 15.19 | 36.95 | - |
| YUV | 92.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 165 | 0 | 0.87 | 0.16 | 0.23 | 310.94 | 0.77 | 0.44 |
| Hex | C4 | 1A | A5 | 0 | 57 | 10 | 17 | 137 | 4D | 2C |
| Octal | 304 | 32 | 245 | 0 | 127 | 20 | 27 | 467 | 115 | 54 |
| Binary | 11000100 | 11010 | 10100101 | 0 | 1010111 | 10000 | 10111 | 100110111 | 1001101 | 101100 |
Color Harmonies of #C41AA5
Complementary color
Monochromatic Colors of #C41AA5
Black with #C41AA5
Text Example
Text Example
White with #C41AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AA5; }
p { color: rgb(196,26,165); }
H1.HeaderClassName
{
color: #C41AA5;
}
.AnyTagClassName
{
color: #C41AA5;
}
</style>
background-color css
<style>
a { background-color: #C41AA5; }
a { background-color: rgb(196,26,165); }
div.DivClassName
{
background-color: #C41AA5;
}
.BgClassName
{
background-color: #C41AA5;
}
</style>
border-color css
<style>
span { border-color: #C41AA5; }
span { border-color: rgb(196,26,165); }
td.TdClassName
{
border-color: #C41AA5;
}
.TagClassName
{
border-color: #C41AA5;
}
</style>