Shades of Medium Violet Red #C41D89
Tints of Medium Violet Red #C41D89
RGB
CMYK
RGB Variations
Color information
#C41D89 (or 0xC41D89) is known color: Medium Violet Red. HEX triplet: C4, 1D and 89. RGB value is (196,29,137). Sum of RGB (Red+Green+Blue) = 196+29+137=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D89 is #3BE276. Grayscale: #5A5A5A. Windows color (decimal): -3924599 or 8986052. OLE color: 8986052.
HSL color Cylindrical-coordinate representation of color #C41D89: hue angle of 321.2º degrees, saturation: 0.74, 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 #C41D89 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 137 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.23 |
| HSL | 321.2º | 0.74% | 0.44% | - |
| HSV(B) | 321.2º | 0.85% | 0.77% | - |
| XYZ | 27.72 | 14.42 | 24.99 | - |
| YUV | 91.25 | 153.83 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 137 | 0 | 0.85 | 0.30 | 0.23 | 321.2 | 0.74 | 0.44 |
| Hex | C4 | 1D | 89 | 0 | 55 | 1E | 17 | 141 | 4A | 2C |
| Octal | 304 | 35 | 211 | 0 | 125 | 36 | 27 | 501 | 112 | 54 |
| Binary | 11000100 | 11101 | 10001001 | 0 | 1010101 | 11110 | 10111 | 101000001 | 1001010 | 101100 |
Color Harmonies of #C41D89
Complementary color
Monochromatic Colors of #C41D89
Black with #C41D89
Text Example
Text Example
White with #C41D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D89; }
p { color: rgb(196,29,137); }
H1.HeaderClassName
{
color: #C41D89;
}
.AnyTagClassName
{
color: #C41D89;
}
</style>
background-color css
<style>
a { background-color: #C41D89; }
a { background-color: rgb(196,29,137); }
div.DivClassName
{
background-color: #C41D89;
}
.BgClassName
{
background-color: #C41D89;
}
</style>
border-color css
<style>
span { border-color: #C41D89; }
span { border-color: rgb(196,29,137); }
td.TdClassName
{
border-color: #C41D89;
}
.TagClassName
{
border-color: #C41D89;
}
</style>