Shades of Ruby #CE1C66
Tints of Ruby #CE1C66
RGB
CMYK
RGB Variations
Color information
#CE1C66 (or 0xCE1C66) is known color: Ruby. HEX triplet: CE, 1C and 66. RGB value is (206,28,102). Sum of RGB (Red+Green+Blue) = 206+28+102=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C66 is #31E399. Grayscale: #595959. Windows color (decimal): -3269530 or 6692046. OLE color: 6692046.
HSL color Cylindrical-coordinate representation of color #CE1C66: hue angle of 335.06º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1C66 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 102 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.19 |
| HSL | 335.06º | 0.76% | 0.46% | - |
| HSV(B) | 335.06º | 0.86% | 0.81% | - |
| XYZ | 28.27 | 14.91 | 13.96 | - |
| YUV | 89.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 102 | 0 | 0.86 | 0.50 | 0.19 | 335.06 | 0.76 | 0.46 |
| Hex | CE | 1C | 66 | 0 | 56 | 32 | 13 | 14F | 4C | 2E |
| Octal | 316 | 34 | 146 | 0 | 126 | 62 | 23 | 517 | 114 | 56 |
| Binary | 11001110 | 11100 | 1100110 | 0 | 1010110 | 110010 | 10011 | 101001111 | 1001100 | 101110 |
Color Harmonies of #CE1C66
Complementary color
Monochromatic Colors of #CE1C66
Black with #CE1C66
Text Example
Text Example
White with #CE1C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C66; }
p { color: rgb(206,28,102); }
H1.HeaderClassName
{
color: #CE1C66;
}
.AnyTagClassName
{
color: #CE1C66;
}
</style>
background-color css
<style>
a { background-color: #CE1C66; }
a { background-color: rgb(206,28,102); }
div.DivClassName
{
background-color: #CE1C66;
}
.BgClassName
{
background-color: #CE1C66;
}
</style>
border-color css
<style>
span { border-color: #CE1C66; }
span { border-color: rgb(206,28,102); }
td.TdClassName
{
border-color: #CE1C66;
}
.TagClassName
{
border-color: #CE1C66;
}
</style>