Shades of Ruby #CE1E66
Tints of Ruby #CE1E66
RGB
CMYK
RGB Variations
Color information
#CE1E66 (or 0xCE1E66) is known color: Ruby. HEX triplet: CE, 1E and 66. RGB value is (206,30,102). Sum of RGB (Red+Green+Blue) = 206+30+102=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E66 is #31E199. Grayscale: #5A5A5A. Windows color (decimal): -3269018 or 6692558. OLE color: 6692558.
HSL color Cylindrical-coordinate representation of color #CE1E66: hue angle of 335.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E66 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 102 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.19 |
| HSL | 335.45º | 0.75% | 0.46% | - |
| HSV(B) | 335.45º | 0.85% | 0.81% | - |
| XYZ | 28.32 | 15.01 | 13.98 | - |
| YUV | 90.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 102 | 0 | 0.85 | 0.50 | 0.19 | 335.45 | 0.75 | 0.46 |
| Hex | CE | 1E | 66 | 0 | 55 | 32 | 13 | 14F | 4B | 2E |
| Octal | 316 | 36 | 146 | 0 | 125 | 62 | 23 | 517 | 113 | 56 |
| Binary | 11001110 | 11110 | 1100110 | 0 | 1010101 | 110010 | 10011 | 101001111 | 1001011 | 101110 |
Color Harmonies of #CE1E66
Complementary color
Monochromatic Colors of #CE1E66
Black with #CE1E66
Text Example
Text Example
White with #CE1E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E66; }
p { color: rgb(206,30,102); }
H1.HeaderClassName
{
color: #CE1E66;
}
.AnyTagClassName
{
color: #CE1E66;
}
</style>
background-color css
<style>
a { background-color: #CE1E66; }
a { background-color: rgb(206,30,102); }
div.DivClassName
{
background-color: #CE1E66;
}
.BgClassName
{
background-color: #CE1E66;
}
</style>
border-color css
<style>
span { border-color: #CE1E66; }
span { border-color: rgb(206,30,102); }
td.TdClassName
{
border-color: #CE1E66;
}
.TagClassName
{
border-color: #CE1E66;
}
</style>