Shades of Old Rose #C41F61
Tints of Old Rose #C41F61
RGB
CMYK
RGB Variations
Color information
#C41F61 (or 0xC41F61) is known color: Old Rose. HEX triplet: C4, 1F and 61. RGB value is (196,31,97). Sum of RGB (Red+Green+Blue) = 196+31+97=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41F61 is #3BE09E. Grayscale: #575757. Windows color (decimal): -3924127 or 6365124. OLE color: 6365124.
HSL color Cylindrical-coordinate representation of color #C41F61: hue angle of 336º 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 #C41F61 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 31 | 97 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.23 |
| HSL | 336º | 0.73% | 0.45% | - |
| HSV(B) | 336º | 0.84% | 0.77% | - |
| XYZ | 25.41 | 13.58 | 12.59 | - |
| YUV | 87.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 31 | 97 | 0 | 0.84 | 0.51 | 0.23 | 336 | 0.73 | 0.45 |
| Hex | C4 | 1F | 61 | 0 | 54 | 33 | 17 | 150 | 49 | 2D |
| Octal | 304 | 37 | 141 | 0 | 124 | 63 | 27 | 520 | 111 | 55 |
| Binary | 11000100 | 11111 | 1100001 | 0 | 1010100 | 110011 | 10111 | 101010000 | 1001001 | 101101 |
Color Harmonies of #C41F61
Complementary color
Monochromatic Colors of #C41F61
Black with #C41F61
Text Example
Text Example
White with #C41F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41F61; }
p { color: rgb(196,31,97); }
H1.HeaderClassName
{
color: #C41F61;
}
.AnyTagClassName
{
color: #C41F61;
}
</style>
background-color css
<style>
a { background-color: #C41F61; }
a { background-color: rgb(196,31,97); }
div.DivClassName
{
background-color: #C41F61;
}
.BgClassName
{
background-color: #C41F61;
}
</style>
border-color css
<style>
span { border-color: #C41F61; }
span { border-color: rgb(196,31,97); }
td.TdClassName
{
border-color: #C41F61;
}
.TagClassName
{
border-color: #C41F61;
}
</style>