Shades of Ruby #CE1158
Tints of Ruby #CE1158
RGB
CMYK
RGB Variations
Color information
#CE1158 (or 0xCE1158) is known color: Ruby. HEX triplet: CE, 11 and 58. RGB value is (206,17,88). Sum of RGB (Red+Green+Blue) = 206+17+88=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1158 is #31EEA7. Grayscale: #515151. Windows color (decimal): -3272360 or 5771726. OLE color: 5771726.
HSL color Cylindrical-coordinate representation of color #CE1158: hue angle of 337.46º 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 #CE1158 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 88 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.19 |
| HSL | 337.46º | 0.85% | 0.44% | - |
| HSV(B) | 337.46º | 0.92% | 0.81% | - |
| XYZ | 27.42 | 14.23 | 10.53 | - |
| YUV | 81.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 88 | 0 | 0.92 | 0.57 | 0.19 | 337.46 | 0.85 | 0.44 |
| Hex | CE | 11 | 58 | 0 | 5C | 39 | 13 | 151 | 55 | 2C |
| Octal | 316 | 21 | 130 | 0 | 134 | 71 | 23 | 521 | 125 | 54 |
| Binary | 11001110 | 10001 | 1011000 | 0 | 1011100 | 111001 | 10011 | 101010001 | 1010101 | 101100 |
Color Harmonies of #CE1158
Complementary color
Monochromatic Colors of #CE1158
Black with #CE1158
Text Example
Text Example
White with #CE1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1158; }
p { color: rgb(206,17,88); }
H1.HeaderClassName
{
color: #CE1158;
}
.AnyTagClassName
{
color: #CE1158;
}
</style>
background-color css
<style>
a { background-color: #CE1158; }
a { background-color: rgb(206,17,88); }
div.DivClassName
{
background-color: #CE1158;
}
.BgClassName
{
background-color: #CE1158;
}
</style>
border-color css
<style>
span { border-color: #CE1158; }
span { border-color: rgb(206,17,88); }
td.TdClassName
{
border-color: #CE1158;
}
.TagClassName
{
border-color: #CE1158;
}
</style>