Shades of Medium Violet Red #C41C90
Tints of Medium Violet Red #C41C90
RGB
CMYK
RGB Variations
Color information
#C41C90 (or 0xC41C90) is known color: Medium Violet Red. HEX triplet: C4, 1C and 90. RGB value is (196,28,144). Sum of RGB (Red+Green+Blue) = 196+28+144=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C90 is #3BE36F. Grayscale: #5B5B5B. Windows color (decimal): -3924848 or 9444548. OLE color: 9444548.
HSL color Cylindrical-coordinate representation of color #C41C90: hue angle of 318.57º 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 #C41C90 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 144 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.23 |
| HSL | 318.57º | 0.75% | 0.44% | - |
| HSV(B) | 318.57º | 0.86% | 0.77% | - |
| XYZ | 28.21 | 14.58 | 27.71 | - |
| YUV | 91.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 144 | 0 | 0.86 | 0.27 | 0.23 | 318.57 | 0.75 | 0.44 |
| Hex | C4 | 1C | 90 | 0 | 56 | 1B | 17 | 13F | 4B | 2C |
| Octal | 304 | 34 | 220 | 0 | 126 | 33 | 27 | 477 | 113 | 54 |
| Binary | 11000100 | 11100 | 10010000 | 0 | 1010110 | 11011 | 10111 | 100111111 | 1001011 | 101100 |
Color Harmonies of #C41C90
Complementary color
Monochromatic Colors of #C41C90
Black with #C41C90
Text Example
Text Example
White with #C41C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C90; }
p { color: rgb(196,28,144); }
H1.HeaderClassName
{
color: #C41C90;
}
.AnyTagClassName
{
color: #C41C90;
}
</style>
background-color css
<style>
a { background-color: #C41C90; }
a { background-color: rgb(196,28,144); }
div.DivClassName
{
background-color: #C41C90;
}
.BgClassName
{
background-color: #C41C90;
}
</style>
border-color css
<style>
span { border-color: #C41C90; }
span { border-color: rgb(196,28,144); }
td.TdClassName
{
border-color: #C41C90;
}
.TagClassName
{
border-color: #C41C90;
}
</style>