Shades of Medium Violet Red #C41FA3
Tints of Medium Violet Red #C41FA3
RGB
CMYK
RGB Variations
Color information
#C41FA3 (or 0xC41FA3) is known color: Medium Violet Red. HEX triplet: C4, 1F and A3. RGB value is (196,31,163). Sum of RGB (Red+Green+Blue) = 196+31+163=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA3 is #3BE05C. Grayscale: #5F5F5F. Windows color (decimal): -3924061 or 10690500. OLE color: 10690500.
HSL color Cylindrical-coordinate representation of color #C41FA3: hue angle of 312º 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 #C41FA3 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 163 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.23 |
| HSL | 312º | 0.73% | 0.45% | - |
| HSV(B) | 312º | 0.84% | 0.77% | - |
| XYZ | 29.87 | 15.36 | 36.04 | - |
| YUV | 95.38 | 166.16 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 163 | 0 | 0.84 | 0.17 | 0.23 | 312 | 0.73 | 0.45 |
| Hex | C4 | 1F | A3 | 0 | 54 | 11 | 17 | 138 | 49 | 2D |
| Octal | 304 | 37 | 243 | 0 | 124 | 21 | 27 | 470 | 111 | 55 |
| Binary | 11000100 | 11111 | 10100011 | 0 | 1010100 | 10001 | 10111 | 100111000 | 1001001 | 101101 |
Color Harmonies of #C41FA3
Complementary color
Monochromatic Colors of #C41FA3
Black with #C41FA3
Text Example
Text Example
White with #C41FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41FA3; }
p { color: rgb(196,31,163); }
H1.HeaderClassName
{
color: #C41FA3;
}
.AnyTagClassName
{
color: #C41FA3;
}
</style>
background-color css
<style>
a { background-color: #C41FA3; }
a { background-color: rgb(196,31,163); }
div.DivClassName
{
background-color: #C41FA3;
}
.BgClassName
{
background-color: #C41FA3;
}
</style>
border-color css
<style>
span { border-color: #C41FA3; }
span { border-color: rgb(196,31,163); }
td.TdClassName
{
border-color: #C41FA3;
}
.TagClassName
{
border-color: #C41FA3;
}
</style>