Shades of Ruby #CE105C
Tints of Ruby #CE105C
RGB
CMYK
RGB Variations
Color information
#CE105C (or 0xCE105C) is known color: Ruby. HEX triplet: CE, 10 and 5C. RGB value is (206,16,92). Sum of RGB (Red+Green+Blue) = 206+16+92=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE105C is #31EFA3. Grayscale: #515151. Windows color (decimal): -3272612 or 6033614. OLE color: 6033614.
HSL color Cylindrical-coordinate representation of color #CE105C: hue angle of 336º 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 #CE105C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.19 |
| HSL | 336º | 0.86% | 0.44% | - |
| HSV(B) | 336º | 0.92% | 0.81% | - |
| XYZ | 27.57 | 14.27 | 11.43 | - |
| YUV | 81.47 | 133.95 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 16 | 92 | 0 | 0.92 | 0.55 | 0.19 | 336 | 0.86 | 0.44 |
| Hex | CE | 10 | 5C | 0 | 5C | 37 | 13 | 150 | 56 | 2C |
| Octal | 316 | 20 | 134 | 0 | 134 | 67 | 23 | 520 | 126 | 54 |
| Binary | 11001110 | 10000 | 1011100 | 0 | 1011100 | 110111 | 10011 | 101010000 | 1010110 | 101100 |
Color Harmonies of #CE105C
Complementary color
Monochromatic Colors of #CE105C
Black with #CE105C
Text Example
Text Example
White with #CE105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE105C; }
p { color: rgb(206,16,92); }
H1.HeaderClassName
{
color: #CE105C;
}
.AnyTagClassName
{
color: #CE105C;
}
</style>
background-color css
<style>
a { background-color: #CE105C; }
a { background-color: rgb(206,16,92); }
div.DivClassName
{
background-color: #CE105C;
}
.BgClassName
{
background-color: #CE105C;
}
</style>
border-color css
<style>
span { border-color: #CE105C; }
span { border-color: rgb(206,16,92); }
td.TdClassName
{
border-color: #CE105C;
}
.TagClassName
{
border-color: #CE105C;
}
</style>