Shades of Medium Violet Red #C41675
Tints of Medium Violet Red #C41675
RGB
CMYK
RGB Variations
Color information
#C41675 (or 0xC41675) is known color: Medium Violet Red. HEX triplet: C4, 16 and 75. RGB value is (196,22,117). Sum of RGB (Red+Green+Blue) = 196+22+117=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C41675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41675 is #3BE98A. Grayscale: #545454. Windows color (decimal): -3926411 or 7673540. OLE color: 7673540.
HSL color Cylindrical-coordinate representation of color #C41675: hue angle of 327.24º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41675 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 117 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.23 |
| HSL | 327.24º | 0.8% | 0.43% | - |
| HSV(B) | 327.24º | 0.89% | 0.77% | - |
| XYZ | 26.26 | 13.59 | 18.07 | - |
| YUV | 84.86 | 146.15 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 117 | 0 | 0.89 | 0.40 | 0.23 | 327.24 | 0.8 | 0.43 |
| Hex | C4 | 16 | 75 | 0 | 59 | 28 | 17 | 147 | 50 | 2B |
| Octal | 304 | 26 | 165 | 0 | 131 | 50 | 27 | 507 | 120 | 53 |
| Binary | 11000100 | 10110 | 1110101 | 0 | 1011001 | 101000 | 10111 | 101000111 | 1010000 | 101011 |
Color Harmonies of #C41675
Complementary color
Monochromatic Colors of #C41675
Black with #C41675
Text Example
Text Example
White with #C41675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41675; }
p { color: rgb(196,22,117); }
H1.HeaderClassName
{
color: #C41675;
}
.AnyTagClassName
{
color: #C41675;
}
</style>
background-color css
<style>
a { background-color: #C41675; }
a { background-color: rgb(196,22,117); }
div.DivClassName
{
background-color: #C41675;
}
.BgClassName
{
background-color: #C41675;
}
</style>
border-color css
<style>
span { border-color: #C41675; }
span { border-color: rgb(196,22,117); }
td.TdClassName
{
border-color: #C41675;
}
.TagClassName
{
border-color: #C41675;
}
</style>