Shades of Ruby #C11E66
Tints of Ruby #C11E66
RGB
CMYK
RGB Variations
Color information
#C11E66 (or 0xC11E66) is known color: Ruby. HEX triplet: C1, 1E and 66. RGB value is (193,30,102). Sum of RGB (Red+Green+Blue) = 193+30+102=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11E66 is #3EE199. Grayscale: #565656. Windows color (decimal): -4120986 or 6692545. OLE color: 6692545.
HSL color Cylindrical-coordinate representation of color #C11E66: hue angle of 333.5º 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 #C11E66 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 102 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.24 |
| HSL | 333.5º | 0.73% | 0.44% | - |
| HSV(B) | 333.5º | 0.84% | 0.76% | - |
| XYZ | 24.85 | 13.23 | 13.81 | - |
| YUV | 86.95 | 136.5 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 102 | 0 | 0.84 | 0.47 | 0.24 | 333.5 | 0.73 | 0.44 |
| Hex | C1 | 1E | 66 | 0 | 54 | 2F | 18 | 14D | 49 | 2C |
| Octal | 301 | 36 | 146 | 0 | 124 | 57 | 30 | 515 | 111 | 54 |
| Binary | 11000001 | 11110 | 1100110 | 0 | 1010100 | 101111 | 11000 | 101001101 | 1001001 | 101100 |
Color Harmonies of #C11E66
Complementary color
Monochromatic Colors of #C11E66
Black with #C11E66
Text Example
Text Example
White with #C11E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E66; }
p { color: rgb(193,30,102); }
H1.HeaderClassName
{
color: #C11E66;
}
.AnyTagClassName
{
color: #C11E66;
}
</style>
background-color css
<style>
a { background-color: #C11E66; }
a { background-color: rgb(193,30,102); }
div.DivClassName
{
background-color: #C11E66;
}
.BgClassName
{
background-color: #C11E66;
}
</style>
border-color css
<style>
span { border-color: #C11E66; }
span { border-color: rgb(193,30,102); }
td.TdClassName
{
border-color: #C11E66;
}
.TagClassName
{
border-color: #C11E66;
}
</style>