Shades of Ruby #C41B61
Tints of Ruby #C41B61
RGB
CMYK
RGB Variations
Color information
#C41B61 (or 0xC41B61) is known color: Ruby. HEX triplet: C4, 1B and 61. RGB value is (196,27,97). Sum of RGB (Red+Green+Blue) = 196+27+97=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B61 is #3BE49E. Grayscale: #555555. Windows color (decimal): -3925151 or 6364100. OLE color: 6364100.
HSL color Cylindrical-coordinate representation of color #C41B61: hue angle of 335.15º degrees, saturation: 0.76, 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 #C41B61 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 97 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.23 |
| HSL | 335.15º | 0.76% | 0.44% | - |
| HSV(B) | 335.15º | 0.86% | 0.77% | - |
| XYZ | 25.31 | 13.38 | 12.56 | - |
| YUV | 85.51 | 134.49 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 97 | 0 | 0.86 | 0.51 | 0.23 | 335.15 | 0.76 | 0.44 |
| Hex | C4 | 1B | 61 | 0 | 56 | 33 | 17 | 14F | 4C | 2C |
| Octal | 304 | 33 | 141 | 0 | 126 | 63 | 27 | 517 | 114 | 54 |
| Binary | 11000100 | 11011 | 1100001 | 0 | 1010110 | 110011 | 10111 | 101001111 | 1001100 | 101100 |
Color Harmonies of #C41B61
Complementary color
Monochromatic Colors of #C41B61
Black with #C41B61
Text Example
Text Example
White with #C41B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B61; }
p { color: rgb(196,27,97); }
H1.HeaderClassName
{
color: #C41B61;
}
.AnyTagClassName
{
color: #C41B61;
}
</style>
background-color css
<style>
a { background-color: #C41B61; }
a { background-color: rgb(196,27,97); }
div.DivClassName
{
background-color: #C41B61;
}
.BgClassName
{
background-color: #C41B61;
}
</style>
border-color css
<style>
span { border-color: #C41B61; }
span { border-color: rgb(196,27,97); }
td.TdClassName
{
border-color: #C41B61;
}
.TagClassName
{
border-color: #C41B61;
}
</style>