Shades of Medium Violet Red #C41A85
Tints of Medium Violet Red #C41A85
RGB
CMYK
RGB Variations
Color information
#C41A85 (or 0xC41A85) is known color: Medium Violet Red. HEX triplet: C4, 1A and 85. RGB value is (196,26,133). Sum of RGB (Red+Green+Blue) = 196+26+133=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A85 is #3BE57A. Grayscale: #585858. Windows color (decimal): -3925371 or 8723140. OLE color: 8723140.
HSL color Cylindrical-coordinate representation of color #C41A85: hue angle of 322.24º 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 #C41A85 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 133 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.23 |
| HSL | 322.24º | 0.77% | 0.44% | - |
| HSV(B) | 322.24º | 0.87% | 0.77% | - |
| XYZ | 27.37 | 14.17 | 23.48 | - |
| YUV | 89.03 | 152.82 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 133 | 0 | 0.87 | 0.32 | 0.23 | 322.24 | 0.77 | 0.44 |
| Hex | C4 | 1A | 85 | 0 | 57 | 20 | 17 | 142 | 4D | 2C |
| Octal | 304 | 32 | 205 | 0 | 127 | 40 | 27 | 502 | 115 | 54 |
| Binary | 11000100 | 11010 | 10000101 | 0 | 1010111 | 100000 | 10111 | 101000010 | 1001101 | 101100 |
Color Harmonies of #C41A85
Complementary color
Monochromatic Colors of #C41A85
Black with #C41A85
Text Example
Text Example
White with #C41A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A85; }
p { color: rgb(196,26,133); }
H1.HeaderClassName
{
color: #C41A85;
}
.AnyTagClassName
{
color: #C41A85;
}
</style>
background-color css
<style>
a { background-color: #C41A85; }
a { background-color: rgb(196,26,133); }
div.DivClassName
{
background-color: #C41A85;
}
.BgClassName
{
background-color: #C41A85;
}
</style>
border-color css
<style>
span { border-color: #C41A85; }
span { border-color: rgb(196,26,133); }
td.TdClassName
{
border-color: #C41A85;
}
.TagClassName
{
border-color: #C41A85;
}
</style>