Shades of Ruby #CE116E
Tints of Ruby #CE116E
RGB
CMYK
RGB Variations
Color information
#CE116E (or 0xCE116E) is known color: Ruby. HEX triplet: CE, 11 and 6E. RGB value is (206,17,110). Sum of RGB (Red+Green+Blue) = 206+17+110=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE116E is #31EE91. Grayscale: #535353. Windows color (decimal): -3272338 or 7213518. OLE color: 7213518.
HSL color Cylindrical-coordinate representation of color #CE116E: hue angle of 330.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE116E is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 110 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.19 |
| HSL | 330.48º | 0.85% | 0.44% | - |
| HSV(B) | 330.48º | 0.92% | 0.81% | - |
| XYZ | 28.47 | 14.65 | 16.08 | - |
| YUV | 84.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 110 | 0 | 0.92 | 0.47 | 0.19 | 330.48 | 0.85 | 0.44 |
| Hex | CE | 11 | 6E | 0 | 5C | 2F | 13 | 14A | 55 | 2C |
| Octal | 316 | 21 | 156 | 0 | 134 | 57 | 23 | 512 | 125 | 54 |
| Binary | 11001110 | 10001 | 1101110 | 0 | 1011100 | 101111 | 10011 | 101001010 | 1010101 | 101100 |
Color Harmonies of #CE116E
Complementary color
Monochromatic Colors of #CE116E
Black with #CE116E
Text Example
Text Example
White with #CE116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE116E; }
p { color: rgb(206,17,110); }
H1.HeaderClassName
{
color: #CE116E;
}
.AnyTagClassName
{
color: #CE116E;
}
</style>
background-color css
<style>
a { background-color: #CE116E; }
a { background-color: rgb(206,17,110); }
div.DivClassName
{
background-color: #CE116E;
}
.BgClassName
{
background-color: #CE116E;
}
</style>
border-color css
<style>
span { border-color: #CE116E; }
span { border-color: rgb(206,17,110); }
td.TdClassName
{
border-color: #CE116E;
}
.TagClassName
{
border-color: #CE116E;
}
</style>