Shades of Medium Violet Red #C41C6F
Tints of Medium Violet Red #C41C6F
RGB
CMYK
RGB Variations
Color information
#C41C6F (or 0xC41C6F) is known color: Medium Violet Red. HEX triplet: C4, 1C and 6F. RGB value is (196,28,111). Sum of RGB (Red+Green+Blue) = 196+28+111=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C6F is #3BE390. Grayscale: #575757. Windows color (decimal): -3924881 or 7281860. OLE color: 7281860.
HSL color Cylindrical-coordinate representation of color #C41C6F: hue angle of 330.36º 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 #C41C6F is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 111 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.23 |
| HSL | 330.36º | 0.75% | 0.44% | - |
| HSV(B) | 330.36º | 0.86% | 0.77% | - |
| XYZ | 26.05 | 13.71 | 16.31 | - |
| YUV | 87.69 | 141.16 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 111 | 0 | 0.86 | 0.43 | 0.23 | 330.36 | 0.75 | 0.44 |
| Hex | C4 | 1C | 6F | 0 | 56 | 2B | 17 | 14A | 4B | 2C |
| Octal | 304 | 34 | 157 | 0 | 126 | 53 | 27 | 512 | 113 | 54 |
| Binary | 11000100 | 11100 | 1101111 | 0 | 1010110 | 101011 | 10111 | 101001010 | 1001011 | 101100 |
Color Harmonies of #C41C6F
Complementary color
Monochromatic Colors of #C41C6F
Black with #C41C6F
Text Example
Text Example
White with #C41C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C6F; }
p { color: rgb(196,28,111); }
H1.HeaderClassName
{
color: #C41C6F;
}
.AnyTagClassName
{
color: #C41C6F;
}
</style>
background-color css
<style>
a { background-color: #C41C6F; }
a { background-color: rgb(196,28,111); }
div.DivClassName
{
background-color: #C41C6F;
}
.BgClassName
{
background-color: #C41C6F;
}
</style>
border-color css
<style>
span { border-color: #C41C6F; }
span { border-color: rgb(196,28,111); }
td.TdClassName
{
border-color: #C41C6F;
}
.TagClassName
{
border-color: #C41C6F;
}
</style>