Shades of Ruby #C41B64
Tints of Ruby #C41B64
RGB
CMYK
RGB Variations
Color information
#C41B64 (or 0xC41B64) is known color: Ruby. HEX triplet: C4, 1B and 64. RGB value is (196,27,100). Sum of RGB (Red+Green+Blue) = 196+27+100=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B64 is #3BE49B. Grayscale: #555555. Windows color (decimal): -3925148 or 6560708. OLE color: 6560708.
HSL color Cylindrical-coordinate representation of color #C41B64: hue angle of 334.08º 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 #C41B64 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 100 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.23 |
| HSL | 334.08º | 0.76% | 0.44% | - |
| HSV(B) | 334.08º | 0.86% | 0.77% | - |
| XYZ | 25.46 | 13.44 | 13.31 | - |
| YUV | 85.85 | 135.99 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 100 | 0 | 0.86 | 0.49 | 0.23 | 334.08 | 0.76 | 0.44 |
| Hex | C4 | 1B | 64 | 0 | 56 | 31 | 17 | 14E | 4C | 2C |
| Octal | 304 | 33 | 144 | 0 | 126 | 61 | 27 | 516 | 114 | 54 |
| Binary | 11000100 | 11011 | 1100100 | 0 | 1010110 | 110001 | 10111 | 101001110 | 1001100 | 101100 |
Color Harmonies of #C41B64
Complementary color
Monochromatic Colors of #C41B64
Black with #C41B64
Text Example
Text Example
White with #C41B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B64; }
p { color: rgb(196,27,100); }
H1.HeaderClassName
{
color: #C41B64;
}
.AnyTagClassName
{
color: #C41B64;
}
</style>
background-color css
<style>
a { background-color: #C41B64; }
a { background-color: rgb(196,27,100); }
div.DivClassName
{
background-color: #C41B64;
}
.BgClassName
{
background-color: #C41B64;
}
</style>
border-color css
<style>
span { border-color: #C41B64; }
span { border-color: rgb(196,27,100); }
td.TdClassName
{
border-color: #C41B64;
}
.TagClassName
{
border-color: #C41B64;
}
</style>