Shades of Medium Violet Red #C41CAA
Tints of Medium Violet Red #C41CAA
RGB
CMYK
RGB Variations
Color information
#C41CAA (or 0xC41CAA) is known color: Medium Violet Red. HEX triplet: C4, 1C and AA. RGB value is (196,28,170). Sum of RGB (Red+Green+Blue) = 196+28+170=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 28 (11.33% from 255 or 7.11% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CAA is #3BE355. Grayscale: #5E5E5E. Windows color (decimal): -3924822 or 11148484. OLE color: 11148484.
HSL color Cylindrical-coordinate representation of color #C41CAA: hue angle of 309.29º degrees, saturation: 0.75, 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 #C41CAA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 170 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.23 |
| HSL | 309.29º | 0.75% | 0.44% | - |
| HSV(B) | 309.29º | 0.86% | 0.77% | - |
| XYZ | 30.44 | 15.47 | 39.41 | - |
| YUV | 94.42 | 170.66 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 170 | 0 | 0.86 | 0.13 | 0.23 | 309.29 | 0.75 | 0.44 |
| Hex | C4 | 1C | AA | 0 | 56 | D | 17 | 135 | 4B | 2C |
| Octal | 304 | 34 | 252 | 0 | 126 | 15 | 27 | 465 | 113 | 54 |
| Binary | 11000100 | 11100 | 10101010 | 0 | 1010110 | 1101 | 10111 | 100110101 | 1001011 | 101100 |
Color Harmonies of #C41CAA
Complementary color
Monochromatic Colors of #C41CAA
Black with #C41CAA
Text Example
Text Example
White with #C41CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41CAA; }
p { color: rgb(196,28,170); }
H1.HeaderClassName
{
color: #C41CAA;
}
.AnyTagClassName
{
color: #C41CAA;
}
</style>
background-color css
<style>
a { background-color: #C41CAA; }
a { background-color: rgb(196,28,170); }
div.DivClassName
{
background-color: #C41CAA;
}
.BgClassName
{
background-color: #C41CAA;
}
</style>
border-color css
<style>
span { border-color: #C41CAA; }
span { border-color: rgb(196,28,170); }
td.TdClassName
{
border-color: #C41CAA;
}
.TagClassName
{
border-color: #C41CAA;
}
</style>