Shades of Medium Violet Red #C41A8C
Tints of Medium Violet Red #C41A8C
RGB
CMYK
RGB Variations
Color information
#C41A8C (or 0xC41A8C) is known color: Medium Violet Red. HEX triplet: C4, 1A and 8C. RGB value is (196,26,140). Sum of RGB (Red+Green+Blue) = 196+26+140=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A8C is #3BE573. Grayscale: #595959. Windows color (decimal): -3925364 or 9181892. OLE color: 9181892.
HSL color Cylindrical-coordinate representation of color #C41A8C: hue angle of 319.76º 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 #C41A8C is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 140 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.23 |
| HSL | 319.76º | 0.77% | 0.44% | - |
| HSV(B) | 319.76º | 0.87% | 0.77% | - |
| XYZ | 27.87 | 14.37 | 26.12 | - |
| YUV | 89.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 140 | 0 | 0.87 | 0.29 | 0.23 | 319.76 | 0.77 | 0.44 |
| Hex | C4 | 1A | 8C | 0 | 57 | 1D | 17 | 140 | 4D | 2C |
| Octal | 304 | 32 | 214 | 0 | 127 | 35 | 27 | 500 | 115 | 54 |
| Binary | 11000100 | 11010 | 10001100 | 0 | 1010111 | 11101 | 10111 | 101000000 | 1001101 | 101100 |
Color Harmonies of #C41A8C
Complementary color
Monochromatic Colors of #C41A8C
Black with #C41A8C
Text Example
Text Example
White with #C41A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A8C; }
p { color: rgb(196,26,140); }
H1.HeaderClassName
{
color: #C41A8C;
}
.AnyTagClassName
{
color: #C41A8C;
}
</style>
background-color css
<style>
a { background-color: #C41A8C; }
a { background-color: rgb(196,26,140); }
div.DivClassName
{
background-color: #C41A8C;
}
.BgClassName
{
background-color: #C41A8C;
}
</style>
border-color css
<style>
span { border-color: #C41A8C; }
span { border-color: rgb(196,26,140); }
td.TdClassName
{
border-color: #C41A8C;
}
.TagClassName
{
border-color: #C41A8C;
}
</style>