Shades of Ruby #C41466
Tints of Ruby #C41466
RGB
CMYK
RGB Variations
Color information
#C41466 (or 0xC41466) is known color: Ruby. HEX triplet: C4, 14 and 66. RGB value is (196,20,102). Sum of RGB (Red+Green+Blue) = 196+20+102=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C41466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41466 is #3BEB99. Grayscale: #515151. Windows color (decimal): -3926938 or 6689988. OLE color: 6689988.
HSL color Cylindrical-coordinate representation of color #C41466: hue angle of 332.05º 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 #C41466 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 102 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.23 |
| HSL | 332.05º | 0.81% | 0.42% | - |
| HSV(B) | 332.05º | 0.9% | 0.77% | - |
| XYZ | 25.41 | 13.2 | 13.78 | - |
| YUV | 81.97 | 139.31 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 102 | 0 | 0.90 | 0.48 | 0.23 | 332.05 | 0.81 | 0.42 |
| Hex | C4 | 14 | 66 | 0 | 5A | 30 | 17 | 14C | 51 | 2A |
| Octal | 304 | 24 | 146 | 0 | 132 | 60 | 27 | 514 | 121 | 52 |
| Binary | 11000100 | 10100 | 1100110 | 0 | 1011010 | 110000 | 10111 | 101001100 | 1010001 | 101010 |
Color Harmonies of #C41466
Complementary color
Monochromatic Colors of #C41466
Black with #C41466
Text Example
Text Example
White with #C41466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41466; }
p { color: rgb(196,20,102); }
H1.HeaderClassName
{
color: #C41466;
}
.AnyTagClassName
{
color: #C41466;
}
</style>
background-color css
<style>
a { background-color: #C41466; }
a { background-color: rgb(196,20,102); }
div.DivClassName
{
background-color: #C41466;
}
.BgClassName
{
background-color: #C41466;
}
</style>
border-color css
<style>
span { border-color: #C41466; }
span { border-color: rgb(196,20,102); }
td.TdClassName
{
border-color: #C41466;
}
.TagClassName
{
border-color: #C41466;
}
</style>