Shades of Medium Violet Red #C41290
Tints of Medium Violet Red #C41290
RGB
CMYK
RGB Variations
Color information
#C41290 (or 0xC41290) is known color: Medium Violet Red. HEX triplet: C4, 12 and 90. RGB value is (196,18,144). Sum of RGB (Red+Green+Blue) = 196+18+144=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C41290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41290 is #3BED6F. Grayscale: #555555. Windows color (decimal): -3927408 or 9441988. OLE color: 9441988.
HSL color Cylindrical-coordinate representation of color #C41290: hue angle of 317.53º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41290 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 144 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.23 |
| HSL | 317.53º | 0.83% | 0.42% | - |
| HSV(B) | 317.53º | 0.91% | 0.77% | - |
| XYZ | 28.02 | 14.18 | 27.65 | - |
| YUV | 85.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 144 | 0 | 0.91 | 0.27 | 0.23 | 317.53 | 0.83 | 0.42 |
| Hex | C4 | 12 | 90 | 0 | 5B | 1B | 17 | 13E | 53 | 2A |
| Octal | 304 | 22 | 220 | 0 | 133 | 33 | 27 | 476 | 123 | 52 |
| Binary | 11000100 | 10010 | 10010000 | 0 | 1011011 | 11011 | 10111 | 100111110 | 1010011 | 101010 |
Color Harmonies of #C41290
Complementary color
Monochromatic Colors of #C41290
Black with #C41290
Text Example
Text Example
White with #C41290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41290; }
p { color: rgb(196,18,144); }
H1.HeaderClassName
{
color: #C41290;
}
.AnyTagClassName
{
color: #C41290;
}
</style>
background-color css
<style>
a { background-color: #C41290; }
a { background-color: rgb(196,18,144); }
div.DivClassName
{
background-color: #C41290;
}
.BgClassName
{
background-color: #C41290;
}
</style>
border-color css
<style>
span { border-color: #C41290; }
span { border-color: rgb(196,18,144); }
td.TdClassName
{
border-color: #C41290;
}
.TagClassName
{
border-color: #C41290;
}
</style>