Shades of Medium Violet Red #C41B9F
Tints of Medium Violet Red #C41B9F
RGB
CMYK
RGB Variations
Color information
#C41B9F (or 0xC41B9F) is known color: Medium Violet Red. HEX triplet: C4, 1B and 9F. RGB value is (196,27,159). Sum of RGB (Red+Green+Blue) = 196+27+159=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B9F is #3BE460. Grayscale: #5C5C5C. Windows color (decimal): -3925089 or 10427332. OLE color: 10427332.
HSL color Cylindrical-coordinate representation of color #C41B9F: hue angle of 313.14º 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 #C41B9F is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 159 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.23 |
| HSL | 313.14º | 0.76% | 0.44% | - |
| HSV(B) | 313.14º | 0.86% | 0.77% | - |
| XYZ | 29.41 | 15.02 | 34.15 | - |
| YUV | 92.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 159 | 0 | 0.86 | 0.19 | 0.23 | 313.14 | 0.76 | 0.44 |
| Hex | C4 | 1B | 9F | 0 | 56 | 13 | 17 | 139 | 4C | 2C |
| Octal | 304 | 33 | 237 | 0 | 126 | 23 | 27 | 471 | 114 | 54 |
| Binary | 11000100 | 11011 | 10011111 | 0 | 1010110 | 10011 | 10111 | 100111001 | 1001100 | 101100 |
Color Harmonies of #C41B9F
Complementary color
Monochromatic Colors of #C41B9F
Black with #C41B9F
Text Example
Text Example
White with #C41B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B9F; }
p { color: rgb(196,27,159); }
H1.HeaderClassName
{
color: #C41B9F;
}
.AnyTagClassName
{
color: #C41B9F;
}
</style>
background-color css
<style>
a { background-color: #C41B9F; }
a { background-color: rgb(196,27,159); }
div.DivClassName
{
background-color: #C41B9F;
}
.BgClassName
{
background-color: #C41B9F;
}
</style>
border-color css
<style>
span { border-color: #C41B9F; }
span { border-color: rgb(196,27,159); }
td.TdClassName
{
border-color: #C41B9F;
}
.TagClassName
{
border-color: #C41B9F;
}
</style>