Shades of Medium Violet Red #C41D88
Tints of Medium Violet Red #C41D88
RGB
CMYK
RGB Variations
Color information
#C41D88 (or 0xC41D88) is known color: Medium Violet Red. HEX triplet: C4, 1D and 88. RGB value is (196,29,136). Sum of RGB (Red+Green+Blue) = 196+29+136=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D88 is #3BE277. Grayscale: #5A5A5A. Windows color (decimal): -3924600 or 8920516. OLE color: 8920516.
HSL color Cylindrical-coordinate representation of color #C41D88: hue angle of 321.56º 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 #C41D88 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 136 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.23 |
| HSL | 321.56º | 0.74% | 0.44% | - |
| HSV(B) | 321.56º | 0.85% | 0.77% | - |
| XYZ | 27.65 | 14.39 | 24.61 | - |
| YUV | 91.13 | 153.33 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 136 | 0 | 0.85 | 0.31 | 0.23 | 321.56 | 0.74 | 0.44 |
| Hex | C4 | 1D | 88 | 0 | 55 | 1F | 17 | 142 | 4A | 2C |
| Octal | 304 | 35 | 210 | 0 | 125 | 37 | 27 | 502 | 112 | 54 |
| Binary | 11000100 | 11101 | 10001000 | 0 | 1010101 | 11111 | 10111 | 101000010 | 1001010 | 101100 |
Color Harmonies of #C41D88
Complementary color
Monochromatic Colors of #C41D88
Black with #C41D88
Text Example
Text Example
White with #C41D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D88; }
p { color: rgb(196,29,136); }
H1.HeaderClassName
{
color: #C41D88;
}
.AnyTagClassName
{
color: #C41D88;
}
</style>
background-color css
<style>
a { background-color: #C41D88; }
a { background-color: rgb(196,29,136); }
div.DivClassName
{
background-color: #C41D88;
}
.BgClassName
{
background-color: #C41D88;
}
</style>
border-color css
<style>
span { border-color: #C41D88; }
span { border-color: rgb(196,29,136); }
td.TdClassName
{
border-color: #C41D88;
}
.TagClassName
{
border-color: #C41D88;
}
</style>