Shades of Medium Violet Red #C41C9B
Tints of Medium Violet Red #C41C9B
RGB
CMYK
RGB Variations
Color information
#C41C9B (or 0xC41C9B) is known color: Medium Violet Red. HEX triplet: C4, 1C and 9B. RGB value is (196,28,155). Sum of RGB (Red+Green+Blue) = 196+28+155=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C9B is #3BE364. Grayscale: #5C5C5C. Windows color (decimal): -3924837 or 10165444. OLE color: 10165444.
HSL color Cylindrical-coordinate representation of color #C41C9B: hue angle of 314.64º 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 #C41C9B is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 155 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.23 |
| HSL | 314.64º | 0.75% | 0.44% | - |
| HSV(B) | 314.64º | 0.86% | 0.77% | - |
| XYZ | 29.1 | 14.93 | 32.36 | - |
| YUV | 92.71 | 163.16 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 155 | 0 | 0.86 | 0.21 | 0.23 | 314.64 | 0.75 | 0.44 |
| Hex | C4 | 1C | 9B | 0 | 56 | 15 | 17 | 13B | 4B | 2C |
| Octal | 304 | 34 | 233 | 0 | 126 | 25 | 27 | 473 | 113 | 54 |
| Binary | 11000100 | 11100 | 10011011 | 0 | 1010110 | 10101 | 10111 | 100111011 | 1001011 | 101100 |
Color Harmonies of #C41C9B
Complementary color
Monochromatic Colors of #C41C9B
Black with #C41C9B
Text Example
Text Example
White with #C41C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C9B; }
p { color: rgb(196,28,155); }
H1.HeaderClassName
{
color: #C41C9B;
}
.AnyTagClassName
{
color: #C41C9B;
}
</style>
background-color css
<style>
a { background-color: #C41C9B; }
a { background-color: rgb(196,28,155); }
div.DivClassName
{
background-color: #C41C9B;
}
.BgClassName
{
background-color: #C41C9B;
}
</style>
border-color css
<style>
span { border-color: #C41C9B; }
span { border-color: rgb(196,28,155); }
td.TdClassName
{
border-color: #C41C9B;
}
.TagClassName
{
border-color: #C41C9B;
}
</style>