Shades of Ruby #CE106D
Tints of Ruby #CE106D
RGB
CMYK
RGB Variations
Color information
#CE106D (or 0xCE106D) is known color: Ruby. HEX triplet: CE, 10 and 6D. RGB value is (206,16,109). Sum of RGB (Red+Green+Blue) = 206+16+109=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE106D is #31EF92. Grayscale: #535353. Windows color (decimal): -3272595 or 7147726. OLE color: 7147726.
HSL color Cylindrical-coordinate representation of color #CE106D: hue angle of 330.63º degrees, saturation: 0.86, 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 #CE106D is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 109 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.19 |
| HSL | 330.63º | 0.86% | 0.44% | - |
| HSV(B) | 330.63º | 0.92% | 0.81% | - |
| XYZ | 28.4 | 14.6 | 15.79 | - |
| YUV | 83.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 109 | 0 | 0.92 | 0.47 | 0.19 | 330.63 | 0.86 | 0.44 |
| Hex | CE | 10 | 6D | 0 | 5C | 2F | 13 | 14B | 56 | 2C |
| Octal | 316 | 20 | 155 | 0 | 134 | 57 | 23 | 513 | 126 | 54 |
| Binary | 11001110 | 10000 | 1101101 | 0 | 1011100 | 101111 | 10011 | 101001011 | 1010110 | 101100 |
Color Harmonies of #CE106D
Complementary color
Monochromatic Colors of #CE106D
Black with #CE106D
Text Example
Text Example
White with #CE106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE106D; }
p { color: rgb(206,16,109); }
H1.HeaderClassName
{
color: #CE106D;
}
.AnyTagClassName
{
color: #CE106D;
}
</style>
background-color css
<style>
a { background-color: #CE106D; }
a { background-color: rgb(206,16,109); }
div.DivClassName
{
background-color: #CE106D;
}
.BgClassName
{
background-color: #CE106D;
}
</style>
border-color css
<style>
span { border-color: #CE106D; }
span { border-color: rgb(206,16,109); }
td.TdClassName
{
border-color: #CE106D;
}
.TagClassName
{
border-color: #CE106D;
}
</style>