Shades of Ruby #CE1063
Tints of Ruby #CE1063
RGB
CMYK
RGB Variations
Color information
#CE1063 (or 0xCE1063) is known color: Ruby. HEX triplet: CE, 10 and 63. RGB value is (206,16,99). Sum of RGB (Red+Green+Blue) = 206+16+99=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1063 is #31EF9C. Grayscale: #525252. Windows color (decimal): -3272605 or 6492366. OLE color: 6492366.
HSL color Cylindrical-coordinate representation of color #CE1063: hue angle of 333.79º 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 #CE1063 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 99 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.19 |
| HSL | 333.79º | 0.86% | 0.44% | - |
| HSV(B) | 333.79º | 0.92% | 0.81% | - |
| XYZ | 27.89 | 14.39 | 13.11 | - |
| YUV | 82.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 99 | 0 | 0.92 | 0.52 | 0.19 | 333.79 | 0.86 | 0.44 |
| Hex | CE | 10 | 63 | 0 | 5C | 34 | 13 | 14E | 56 | 2C |
| Octal | 316 | 20 | 143 | 0 | 134 | 64 | 23 | 516 | 126 | 54 |
| Binary | 11001110 | 10000 | 1100011 | 0 | 1011100 | 110100 | 10011 | 101001110 | 1010110 | 101100 |
Color Harmonies of #CE1063
Complementary color
Monochromatic Colors of #CE1063
Black with #CE1063
Text Example
Text Example
White with #CE1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1063; }
p { color: rgb(206,16,99); }
H1.HeaderClassName
{
color: #CE1063;
}
.AnyTagClassName
{
color: #CE1063;
}
</style>
background-color css
<style>
a { background-color: #CE1063; }
a { background-color: rgb(206,16,99); }
div.DivClassName
{
background-color: #CE1063;
}
.BgClassName
{
background-color: #CE1063;
}
</style>
border-color css
<style>
span { border-color: #CE1063; }
span { border-color: rgb(206,16,99); }
td.TdClassName
{
border-color: #CE1063;
}
.TagClassName
{
border-color: #CE1063;
}
</style>