Shades of Ruby #C41465
Tints of Ruby #C41465
RGB
CMYK
RGB Variations
Color information
#C41465 (or 0xC41465) is known color: Ruby. HEX triplet: C4, 14 and 65. RGB value is (196,20,101). Sum of RGB (Red+Green+Blue) = 196+20+101=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C41465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41465 is #3BEB9A. Grayscale: #515151. Windows color (decimal): -3926939 or 6624452. OLE color: 6624452.
HSL color Cylindrical-coordinate representation of color #C41465: hue angle of 332.39º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41465 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 101 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.23 |
| HSL | 332.39º | 0.81% | 0.42% | - |
| HSV(B) | 332.39º | 0.9% | 0.77% | - |
| XYZ | 25.36 | 13.18 | 13.52 | - |
| YUV | 81.86 | 138.81 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 101 | 0 | 0.90 | 0.48 | 0.23 | 332.39 | 0.81 | 0.42 |
| Hex | C4 | 14 | 65 | 0 | 5A | 30 | 17 | 14C | 51 | 2A |
| Octal | 304 | 24 | 145 | 0 | 132 | 60 | 27 | 514 | 121 | 52 |
| Binary | 11000100 | 10100 | 1100101 | 0 | 1011010 | 110000 | 10111 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C41465
Complementary color
Monochromatic Colors of #C41465
Black with #C41465
Text Example
Text Example
White with #C41465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41465; }
p { color: rgb(196,20,101); }
H1.HeaderClassName
{
color: #C41465;
}
.AnyTagClassName
{
color: #C41465;
}
</style>
background-color css
<style>
a { background-color: #C41465; }
a { background-color: rgb(196,20,101); }
div.DivClassName
{
background-color: #C41465;
}
.BgClassName
{
background-color: #C41465;
}
</style>
border-color css
<style>
span { border-color: #C41465; }
span { border-color: rgb(196,20,101); }
td.TdClassName
{
border-color: #C41465;
}
.TagClassName
{
border-color: #C41465;
}
</style>