Shades of Medium Violet Red #C41AA8
Tints of Medium Violet Red #C41AA8
RGB
CMYK
RGB Variations
Color information
#C41AA8 (or 0xC41AA8) is known color: Medium Violet Red. HEX triplet: C4, 1A and A8. RGB value is (196,26,168). Sum of RGB (Red+Green+Blue) = 196+26+168=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AA8 is #3BE557. Grayscale: #5C5C5C. Windows color (decimal): -3925336 or 11016900. OLE color: 11016900.
HSL color Cylindrical-coordinate representation of color #C41AA8: hue angle of 309.88º 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 #C41AA8 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 168 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.23 |
| HSL | 309.88º | 0.77% | 0.44% | - |
| HSV(B) | 309.88º | 0.87% | 0.77% | - |
| XYZ | 30.2 | 15.3 | 38.41 | - |
| YUV | 93.02 | 170.32 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 168 | 0 | 0.87 | 0.14 | 0.23 | 309.88 | 0.77 | 0.44 |
| Hex | C4 | 1A | A8 | 0 | 57 | E | 17 | 136 | 4D | 2C |
| Octal | 304 | 32 | 250 | 0 | 127 | 16 | 27 | 466 | 115 | 54 |
| Binary | 11000100 | 11010 | 10101000 | 0 | 1010111 | 1110 | 10111 | 100110110 | 1001101 | 101100 |
Color Harmonies of #C41AA8
Complementary color
Monochromatic Colors of #C41AA8
Black with #C41AA8
Text Example
Text Example
White with #C41AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41AA8; }
p { color: rgb(196,26,168); }
H1.HeaderClassName
{
color: #C41AA8;
}
.AnyTagClassName
{
color: #C41AA8;
}
</style>
background-color css
<style>
a { background-color: #C41AA8; }
a { background-color: rgb(196,26,168); }
div.DivClassName
{
background-color: #C41AA8;
}
.BgClassName
{
background-color: #C41AA8;
}
</style>
border-color css
<style>
span { border-color: #C41AA8; }
span { border-color: rgb(196,26,168); }
td.TdClassName
{
border-color: #C41AA8;
}
.TagClassName
{
border-color: #C41AA8;
}
</style>