Shades of Old Rose #C41F5E
Tints of Old Rose #C41F5E
RGB
CMYK
RGB Variations
Color information
#C41F5E (or 0xC41F5E) is known color: Old Rose. HEX triplet: C4, 1F and 5E. RGB value is (196,31,94). Sum of RGB (Red+Green+Blue) = 196+31+94=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41F5E is #3BE0A1. Grayscale: #575757. Windows color (decimal): -3924130 or 6168516. OLE color: 6168516.
HSL color Cylindrical-coordinate representation of color #C41F5E: hue angle of 337.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C41F5E is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 94 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.23 |
| HSL | 337.09º | 0.73% | 0.45% | - |
| HSV(B) | 337.09º | 0.84% | 0.77% | - |
| XYZ | 25.28 | 13.52 | 11.87 | - |
| YUV | 87.52 | 131.66 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 94 | 0 | 0.84 | 0.52 | 0.23 | 337.09 | 0.73 | 0.45 |
| Hex | C4 | 1F | 5E | 0 | 54 | 34 | 17 | 151 | 49 | 2D |
| Octal | 304 | 37 | 136 | 0 | 124 | 64 | 27 | 521 | 111 | 55 |
| Binary | 11000100 | 11111 | 1011110 | 0 | 1010100 | 110100 | 10111 | 101010001 | 1001001 | 101101 |
Color Harmonies of #C41F5E
Complementary color
Monochromatic Colors of #C41F5E
Black with #C41F5E
Text Example
Text Example
White with #C41F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F5E; }
p { color: rgb(196,31,94); }
H1.HeaderClassName
{
color: #C41F5E;
}
.AnyTagClassName
{
color: #C41F5E;
}
</style>
background-color css
<style>
a { background-color: #C41F5E; }
a { background-color: rgb(196,31,94); }
div.DivClassName
{
background-color: #C41F5E;
}
.BgClassName
{
background-color: #C41F5E;
}
</style>
border-color css
<style>
span { border-color: #C41F5E; }
span { border-color: rgb(196,31,94); }
td.TdClassName
{
border-color: #C41F5E;
}
.TagClassName
{
border-color: #C41F5E;
}
</style>