Shades of Medium Violet Red #C41B8F
Tints of Medium Violet Red #C41B8F
RGB
CMYK
RGB Variations
Color information
#C41B8F (or 0xC41B8F) is known color: Medium Violet Red. HEX triplet: C4, 1B and 8F. RGB value is (196,27,143). Sum of RGB (Red+Green+Blue) = 196+27+143=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B8F is #3BE470. Grayscale: #5A5A5A. Windows color (decimal): -3925105 or 9378756. OLE color: 9378756.
HSL color Cylindrical-coordinate representation of color #C41B8F: hue angle of 318.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B8F is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 143 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.23 |
| HSL | 318.82º | 0.76% | 0.44% | - |
| HSV(B) | 318.82º | 0.86% | 0.77% | - |
| XYZ | 28.11 | 14.5 | 27.3 | - |
| YUV | 90.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 143 | 0 | 0.86 | 0.27 | 0.23 | 318.82 | 0.76 | 0.44 |
| Hex | C4 | 1B | 8F | 0 | 56 | 1B | 17 | 13F | 4C | 2C |
| Octal | 304 | 33 | 217 | 0 | 126 | 33 | 27 | 477 | 114 | 54 |
| Binary | 11000100 | 11011 | 10001111 | 0 | 1010110 | 11011 | 10111 | 100111111 | 1001100 | 101100 |
Color Harmonies of #C41B8F
Complementary color
Monochromatic Colors of #C41B8F
Black with #C41B8F
Text Example
Text Example
White with #C41B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B8F; }
p { color: rgb(196,27,143); }
H1.HeaderClassName
{
color: #C41B8F;
}
.AnyTagClassName
{
color: #C41B8F;
}
</style>
background-color css
<style>
a { background-color: #C41B8F; }
a { background-color: rgb(196,27,143); }
div.DivClassName
{
background-color: #C41B8F;
}
.BgClassName
{
background-color: #C41B8F;
}
</style>
border-color css
<style>
span { border-color: #C41B8F; }
span { border-color: rgb(196,27,143); }
td.TdClassName
{
border-color: #C41B8F;
}
.TagClassName
{
border-color: #C41B8F;
}
</style>