Shades of Medium Violet Red #C41AAA
Tints of Medium Violet Red #C41AAA
RGB
CMYK
RGB Variations
Color information
#C41AAA (or 0xC41AAA) is known color: Medium Violet Red. HEX triplet: C4, 1A and AA. RGB value is (196,26,170). Sum of RGB (Red+Green+Blue) = 196+26+170=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 26 (10.55% from 255 or 6.63% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AAA is #3BE555. Grayscale: #5C5C5C. Windows color (decimal): -3925334 or 11147972. OLE color: 11147972.
HSL color Cylindrical-coordinate representation of color #C41AAA: hue angle of 309.18º 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 #C41AAA is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 170 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.23 |
| HSL | 309.18º | 0.77% | 0.44% | - |
| HSV(B) | 309.18º | 0.87% | 0.77% | - |
| XYZ | 30.39 | 15.38 | 39.4 | - |
| YUV | 93.25 | 171.32 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 170 | 0 | 0.87 | 0.13 | 0.23 | 309.18 | 0.77 | 0.44 |
| Hex | C4 | 1A | AA | 0 | 57 | D | 17 | 135 | 4D | 2C |
| Octal | 304 | 32 | 252 | 0 | 127 | 15 | 27 | 465 | 115 | 54 |
| Binary | 11000100 | 11010 | 10101010 | 0 | 1010111 | 1101 | 10111 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C41AAA
Complementary color
Monochromatic Colors of #C41AAA
Black with #C41AAA
Text Example
Text Example
White with #C41AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AAA; }
p { color: rgb(196,26,170); }
H1.HeaderClassName
{
color: #C41AAA;
}
.AnyTagClassName
{
color: #C41AAA;
}
</style>
background-color css
<style>
a { background-color: #C41AAA; }
a { background-color: rgb(196,26,170); }
div.DivClassName
{
background-color: #C41AAA;
}
.BgClassName
{
background-color: #C41AAA;
}
</style>
border-color css
<style>
span { border-color: #C41AAA; }
span { border-color: rgb(196,26,170); }
td.TdClassName
{
border-color: #C41AAA;
}
.TagClassName
{
border-color: #C41AAA;
}
</style>