Shades of Medium Violet Red #C41E85
Tints of Medium Violet Red #C41E85
RGB
CMYK
RGB Variations
Color information
#C41E85 (or 0xC41E85) is known color: Medium Violet Red. HEX triplet: C4, 1E and 85. RGB value is (196,30,133). Sum of RGB (Red+Green+Blue) = 196+30+133=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41E85 is #3BE17A. Grayscale: #5B5B5B. Windows color (decimal): -3924347 or 8724164. OLE color: 8724164.
HSL color Cylindrical-coordinate representation of color #C41E85: hue angle of 322.77º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E85 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 133 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.23 |
| HSL | 322.77º | 0.73% | 0.44% | - |
| HSV(B) | 322.77º | 0.85% | 0.77% | - |
| XYZ | 27.46 | 14.36 | 23.51 | - |
| YUV | 91.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 133 | 0 | 0.85 | 0.32 | 0.23 | 322.77 | 0.73 | 0.44 |
| Hex | C4 | 1E | 85 | 0 | 55 | 20 | 17 | 143 | 49 | 2C |
| Octal | 304 | 36 | 205 | 0 | 125 | 40 | 27 | 503 | 111 | 54 |
| Binary | 11000100 | 11110 | 10000101 | 0 | 1010101 | 100000 | 10111 | 101000011 | 1001001 | 101100 |
Color Harmonies of #C41E85
Complementary color
Monochromatic Colors of #C41E85
Black with #C41E85
Text Example
Text Example
White with #C41E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E85; }
p { color: rgb(196,30,133); }
H1.HeaderClassName
{
color: #C41E85;
}
.AnyTagClassName
{
color: #C41E85;
}
</style>
background-color css
<style>
a { background-color: #C41E85; }
a { background-color: rgb(196,30,133); }
div.DivClassName
{
background-color: #C41E85;
}
.BgClassName
{
background-color: #C41E85;
}
</style>
border-color css
<style>
span { border-color: #C41E85; }
span { border-color: rgb(196,30,133); }
td.TdClassName
{
border-color: #C41E85;
}
.TagClassName
{
border-color: #C41E85;
}
</style>