Shades of Medium Violet Red #C41B89
Tints of Medium Violet Red #C41B89
RGB
CMYK
RGB Variations
Color information
#C41B89 (or 0xC41B89) is known color: Medium Violet Red. HEX triplet: C4, 1B and 89. RGB value is (196,27,137). Sum of RGB (Red+Green+Blue) = 196+27+137=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B89 is #3BE476. Grayscale: #595959. Windows color (decimal): -3925111 or 8985540. OLE color: 8985540.
HSL color Cylindrical-coordinate representation of color #C41B89: hue angle of 320.95º 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 #C41B89 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 137 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.23 |
| HSL | 320.95º | 0.76% | 0.44% | - |
| HSV(B) | 320.95º | 0.86% | 0.77% | - |
| XYZ | 27.67 | 14.33 | 24.97 | - |
| YUV | 90.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 137 | 0 | 0.86 | 0.30 | 0.23 | 320.95 | 0.76 | 0.44 |
| Hex | C4 | 1B | 89 | 0 | 56 | 1E | 17 | 141 | 4C | 2C |
| Octal | 304 | 33 | 211 | 0 | 126 | 36 | 27 | 501 | 114 | 54 |
| Binary | 11000100 | 11011 | 10001001 | 0 | 1010110 | 11110 | 10111 | 101000001 | 1001100 | 101100 |
Color Harmonies of #C41B89
Complementary color
Monochromatic Colors of #C41B89
Black with #C41B89
Text Example
Text Example
White with #C41B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B89; }
p { color: rgb(196,27,137); }
H1.HeaderClassName
{
color: #C41B89;
}
.AnyTagClassName
{
color: #C41B89;
}
</style>
background-color css
<style>
a { background-color: #C41B89; }
a { background-color: rgb(196,27,137); }
div.DivClassName
{
background-color: #C41B89;
}
.BgClassName
{
background-color: #C41B89;
}
</style>
border-color css
<style>
span { border-color: #C41B89; }
span { border-color: rgb(196,27,137); }
td.TdClassName
{
border-color: #C41B89;
}
.TagClassName
{
border-color: #C41B89;
}
</style>