Shades of Medium Violet Red #C41FA6
Tints of Medium Violet Red #C41FA6
RGB
CMYK
RGB Variations
Color information
#C41FA6 (or 0xC41FA6) is known color: Medium Violet Red. HEX triplet: C4, 1F and A6. RGB value is (196,31,166). Sum of RGB (Red+Green+Blue) = 196+31+166=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA6 is #3BE059. Grayscale: #5F5F5F. Windows color (decimal): -3924058 or 10887108. OLE color: 10887108.
HSL color Cylindrical-coordinate representation of color #C41FA6: hue angle of 310.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41FA6 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 166 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.23 |
| HSL | 310.91º | 0.73% | 0.45% | - |
| HSV(B) | 310.91º | 0.84% | 0.77% | - |
| XYZ | 30.14 | 15.47 | 37.47 | - |
| YUV | 95.73 | 167.66 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 166 | 0 | 0.84 | 0.15 | 0.23 | 310.91 | 0.73 | 0.45 |
| Hex | C4 | 1F | A6 | 0 | 54 | F | 17 | 137 | 49 | 2D |
| Octal | 304 | 37 | 246 | 0 | 124 | 17 | 27 | 467 | 111 | 55 |
| Binary | 11000100 | 11111 | 10100110 | 0 | 1010100 | 1111 | 10111 | 100110111 | 1001001 | 101101 |
Color Harmonies of #C41FA6
Complementary color
Monochromatic Colors of #C41FA6
Black with #C41FA6
Text Example
Text Example
White with #C41FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FA6; }
p { color: rgb(196,31,166); }
H1.HeaderClassName
{
color: #C41FA6;
}
.AnyTagClassName
{
color: #C41FA6;
}
</style>
background-color css
<style>
a { background-color: #C41FA6; }
a { background-color: rgb(196,31,166); }
div.DivClassName
{
background-color: #C41FA6;
}
.BgClassName
{
background-color: #C41FA6;
}
</style>
border-color css
<style>
span { border-color: #C41FA6; }
span { border-color: rgb(196,31,166); }
td.TdClassName
{
border-color: #C41FA6;
}
.TagClassName
{
border-color: #C41FA6;
}
</style>