Shades of Medium Violet Red #C41D8C
Tints of Medium Violet Red #C41D8C
RGB
CMYK
RGB Variations
Color information
#C41D8C (or 0xC41D8C) is known color: Medium Violet Red. HEX triplet: C4, 1D and 8C. RGB value is (196,29,140). Sum of RGB (Red+Green+Blue) = 196+29+140=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41D8C is #3BE273. Grayscale: #5B5B5B. Windows color (decimal): -3924596 or 9182660. OLE color: 9182660.
HSL color Cylindrical-coordinate representation of color #C41D8C: hue angle of 320.12º 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 #C41D8C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 140 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.23 |
| HSL | 320.12º | 0.74% | 0.44% | - |
| HSV(B) | 320.12º | 0.85% | 0.77% | - |
| XYZ | 27.94 | 14.51 | 26.14 | - |
| YUV | 91.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 140 | 0 | 0.85 | 0.29 | 0.23 | 320.12 | 0.74 | 0.44 |
| Hex | C4 | 1D | 8C | 0 | 55 | 1D | 17 | 140 | 4A | 2C |
| Octal | 304 | 35 | 214 | 0 | 125 | 35 | 27 | 500 | 112 | 54 |
| Binary | 11000100 | 11101 | 10001100 | 0 | 1010101 | 11101 | 10111 | 101000000 | 1001010 | 101100 |
Color Harmonies of #C41D8C
Complementary color
Monochromatic Colors of #C41D8C
Black with #C41D8C
Text Example
Text Example
White with #C41D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D8C; }
p { color: rgb(196,29,140); }
H1.HeaderClassName
{
color: #C41D8C;
}
.AnyTagClassName
{
color: #C41D8C;
}
</style>
background-color css
<style>
a { background-color: #C41D8C; }
a { background-color: rgb(196,29,140); }
div.DivClassName
{
background-color: #C41D8C;
}
.BgClassName
{
background-color: #C41D8C;
}
</style>
border-color css
<style>
span { border-color: #C41D8C; }
span { border-color: rgb(196,29,140); }
td.TdClassName
{
border-color: #C41D8C;
}
.TagClassName
{
border-color: #C41D8C;
}
</style>