Shades of Medium Violet Red #C41F84
Tints of Medium Violet Red #C41F84
RGB
CMYK
RGB Variations
Color information
#C41F84 (or 0xC41F84) is known color: Medium Violet Red. HEX triplet: C4, 1F and 84. RGB value is (196,31,132). Sum of RGB (Red+Green+Blue) = 196+31+132=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41F84 is #3BE07B. Grayscale: #5B5B5B. Windows color (decimal): -3924092 or 8658884. OLE color: 8658884.
HSL color Cylindrical-coordinate representation of color #C41F84: hue angle of 323.27º 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 #C41F84 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 132 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.23 |
| HSL | 323.27º | 0.73% | 0.45% | - |
| HSV(B) | 323.27º | 0.84% | 0.77% | - |
| XYZ | 27.42 | 14.38 | 23.16 | - |
| YUV | 91.85 | 150.66 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 132 | 0 | 0.84 | 0.33 | 0.23 | 323.27 | 0.73 | 0.45 |
| Hex | C4 | 1F | 84 | 0 | 54 | 21 | 17 | 143 | 49 | 2D |
| Octal | 304 | 37 | 204 | 0 | 124 | 41 | 27 | 503 | 111 | 55 |
| Binary | 11000100 | 11111 | 10000100 | 0 | 1010100 | 100001 | 10111 | 101000011 | 1001001 | 101101 |
Color Harmonies of #C41F84
Complementary color
Monochromatic Colors of #C41F84
Black with #C41F84
Text Example
Text Example
White with #C41F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F84; }
p { color: rgb(196,31,132); }
H1.HeaderClassName
{
color: #C41F84;
}
.AnyTagClassName
{
color: #C41F84;
}
</style>
background-color css
<style>
a { background-color: #C41F84; }
a { background-color: rgb(196,31,132); }
div.DivClassName
{
background-color: #C41F84;
}
.BgClassName
{
background-color: #C41F84;
}
</style>
border-color css
<style>
span { border-color: #C41F84; }
span { border-color: rgb(196,31,132); }
td.TdClassName
{
border-color: #C41F84;
}
.TagClassName
{
border-color: #C41F84;
}
</style>