Shades of Medium Violet Red #C41C6B
Tints of Medium Violet Red #C41C6B
RGB
CMYK
RGB Variations
Color information
#C41C6B (or 0xC41C6B) is known color: Medium Violet Red. HEX triplet: C4, 1C and 6B. RGB value is (196,28,107). Sum of RGB (Red+Green+Blue) = 196+28+107=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41C6B is #3BE394. Grayscale: #575757. Windows color (decimal): -3924885 or 7019716. OLE color: 7019716.
HSL color Cylindrical-coordinate representation of color #C41C6B: hue angle of 331.79º 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 #C41C6B is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 107 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.23 |
| HSL | 331.79º | 0.75% | 0.44% | - |
| HSV(B) | 331.79º | 0.86% | 0.77% | - |
| XYZ | 25.83 | 13.63 | 15.18 | - |
| YUV | 87.24 | 139.16 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 107 | 0 | 0.86 | 0.45 | 0.23 | 331.79 | 0.75 | 0.44 |
| Hex | C4 | 1C | 6B | 0 | 56 | 2D | 17 | 14C | 4B | 2C |
| Octal | 304 | 34 | 153 | 0 | 126 | 55 | 27 | 514 | 113 | 54 |
| Binary | 11000100 | 11100 | 1101011 | 0 | 1010110 | 101101 | 10111 | 101001100 | 1001011 | 101100 |
Color Harmonies of #C41C6B
Complementary color
Monochromatic Colors of #C41C6B
Black with #C41C6B
Text Example
Text Example
White with #C41C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C6B; }
p { color: rgb(196,28,107); }
H1.HeaderClassName
{
color: #C41C6B;
}
.AnyTagClassName
{
color: #C41C6B;
}
</style>
background-color css
<style>
a { background-color: #C41C6B; }
a { background-color: rgb(196,28,107); }
div.DivClassName
{
background-color: #C41C6B;
}
.BgClassName
{
background-color: #C41C6B;
}
</style>
border-color css
<style>
span { border-color: #C41C6B; }
span { border-color: rgb(196,28,107); }
td.TdClassName
{
border-color: #C41C6B;
}
.TagClassName
{
border-color: #C41C6B;
}
</style>