Shades of Medium Violet Red #C41C75
Tints of Medium Violet Red #C41C75
RGB
CMYK
RGB Variations
Color information
#C41C75 (or 0xC41C75) is known color: Medium Violet Red. HEX triplet: C4, 1C and 75. RGB value is (196,28,117). Sum of RGB (Red+Green+Blue) = 196+28+117=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C75 is #3BE38A. Grayscale: #585858. Windows color (decimal): -3924875 or 7675076. OLE color: 7675076.
HSL color Cylindrical-coordinate representation of color #C41C75: hue angle of 328.21º degrees, saturation: 0.75, 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 #C41C75 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 117 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.23 |
| HSL | 328.21º | 0.75% | 0.44% | - |
| HSV(B) | 328.21º | 0.86% | 0.77% | - |
| XYZ | 26.39 | 13.85 | 18.11 | - |
| YUV | 88.38 | 144.16 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 117 | 0 | 0.86 | 0.40 | 0.23 | 328.21 | 0.75 | 0.44 |
| Hex | C4 | 1C | 75 | 0 | 56 | 28 | 17 | 148 | 4B | 2C |
| Octal | 304 | 34 | 165 | 0 | 126 | 50 | 27 | 510 | 113 | 54 |
| Binary | 11000100 | 11100 | 1110101 | 0 | 1010110 | 101000 | 10111 | 101001000 | 1001011 | 101100 |
Color Harmonies of #C41C75
Complementary color
Monochromatic Colors of #C41C75
Black with #C41C75
Text Example
Text Example
White with #C41C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C75; }
p { color: rgb(196,28,117); }
H1.HeaderClassName
{
color: #C41C75;
}
.AnyTagClassName
{
color: #C41C75;
}
</style>
background-color css
<style>
a { background-color: #C41C75; }
a { background-color: rgb(196,28,117); }
div.DivClassName
{
background-color: #C41C75;
}
.BgClassName
{
background-color: #C41C75;
}
</style>
border-color css
<style>
span { border-color: #C41C75; }
span { border-color: rgb(196,28,117); }
td.TdClassName
{
border-color: #C41C75;
}
.TagClassName
{
border-color: #C41C75;
}
</style>