Shades of Medium Violet Red #C41A8F
Tints of Medium Violet Red #C41A8F
RGB
CMYK
RGB Variations
Color information
#C41A8F (or 0xC41A8F) is known color: Medium Violet Red. HEX triplet: C4, 1A and 8F. RGB value is (196,26,143). Sum of RGB (Red+Green+Blue) = 196+26+143=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A8F is #3BE570. Grayscale: #595959. Windows color (decimal): -3925361 or 9378500. OLE color: 9378500.
HSL color Cylindrical-coordinate representation of color #C41A8F: hue angle of 318.71º 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 #C41A8F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 143 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.23 |
| HSL | 318.71º | 0.77% | 0.44% | - |
| HSV(B) | 318.71º | 0.87% | 0.77% | - |
| XYZ | 28.09 | 14.46 | 27.3 | - |
| YUV | 90.17 | 157.82 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 143 | 0 | 0.87 | 0.27 | 0.23 | 318.71 | 0.77 | 0.44 |
| Hex | C4 | 1A | 8F | 0 | 57 | 1B | 17 | 13F | 4D | 2C |
| Octal | 304 | 32 | 217 | 0 | 127 | 33 | 27 | 477 | 115 | 54 |
| Binary | 11000100 | 11010 | 10001111 | 0 | 1010111 | 11011 | 10111 | 100111111 | 1001101 | 101100 |
Color Harmonies of #C41A8F
Complementary color
Monochromatic Colors of #C41A8F
Black with #C41A8F
Text Example
Text Example
White with #C41A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A8F; }
p { color: rgb(196,26,143); }
H1.HeaderClassName
{
color: #C41A8F;
}
.AnyTagClassName
{
color: #C41A8F;
}
</style>
background-color css
<style>
a { background-color: #C41A8F; }
a { background-color: rgb(196,26,143); }
div.DivClassName
{
background-color: #C41A8F;
}
.BgClassName
{
background-color: #C41A8F;
}
</style>
border-color css
<style>
span { border-color: #C41A8F; }
span { border-color: rgb(196,26,143); }
td.TdClassName
{
border-color: #C41A8F;
}
.TagClassName
{
border-color: #C41A8F;
}
</style>