Shades of Ruby #C11E64
Tints of Ruby #C11E64
RGB
CMYK
RGB Variations
Color information
#C11E64 (or 0xC11E64) is known color: Ruby. HEX triplet: C1, 1E and 64. RGB value is (193,30,100). Sum of RGB (Red+Green+Blue) = 193+30+100=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E64 is #3EE19B. Grayscale: #565656. Windows color (decimal): -4120988 or 6561473. OLE color: 6561473.
HSL color Cylindrical-coordinate representation of color #C11E64: hue angle of 334.23º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E64 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 100 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.24 |
| HSL | 334.23º | 0.73% | 0.44% | - |
| HSV(B) | 334.23º | 0.84% | 0.76% | - |
| XYZ | 24.76 | 13.19 | 13.3 | - |
| YUV | 86.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 100 | 0 | 0.84 | 0.48 | 0.24 | 334.23 | 0.73 | 0.44 |
| Hex | C1 | 1E | 64 | 0 | 54 | 30 | 18 | 14E | 49 | 2C |
| Octal | 301 | 36 | 144 | 0 | 124 | 60 | 30 | 516 | 111 | 54 |
| Binary | 11000001 | 11110 | 1100100 | 0 | 1010100 | 110000 | 11000 | 101001110 | 1001001 | 101100 |
Color Harmonies of #C11E64
Complementary color
Monochromatic Colors of #C11E64
Black with #C11E64
Text Example
Text Example
White with #C11E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E64; }
p { color: rgb(193,30,100); }
H1.HeaderClassName
{
color: #C11E64;
}
.AnyTagClassName
{
color: #C11E64;
}
</style>
background-color css
<style>
a { background-color: #C11E64; }
a { background-color: rgb(193,30,100); }
div.DivClassName
{
background-color: #C11E64;
}
.BgClassName
{
background-color: #C11E64;
}
</style>
border-color css
<style>
span { border-color: #C11E64; }
span { border-color: rgb(193,30,100); }
td.TdClassName
{
border-color: #C11E64;
}
.TagClassName
{
border-color: #C11E64;
}
</style>