Shades of Ruby #CE1E5C
Tints of Ruby #CE1E5C
RGB
CMYK
RGB Variations
Color information
#CE1E5C (or 0xCE1E5C) is known color: Ruby. HEX triplet: CE, 1E and 5C. RGB value is (206,30,92). Sum of RGB (Red+Green+Blue) = 206+30+92=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E5C is #31E1A3. Grayscale: #595959. Windows color (decimal): -3269028 or 6037198. OLE color: 6037198.
HSL color Cylindrical-coordinate representation of color #CE1E5C: hue angle of 338.86º 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 #CE1E5C is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 92 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.19 |
| HSL | 338.86º | 0.75% | 0.46% | - |
| HSV(B) | 338.86º | 0.85% | 0.81% | - |
| XYZ | 27.85 | 14.82 | 11.52 | - |
| YUV | 89.69 | 129.31 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 92 | 0 | 0.85 | 0.55 | 0.19 | 338.86 | 0.75 | 0.46 |
| Hex | CE | 1E | 5C | 0 | 55 | 37 | 13 | 153 | 4B | 2E |
| Octal | 316 | 36 | 134 | 0 | 125 | 67 | 23 | 523 | 113 | 56 |
| Binary | 11001110 | 11110 | 1011100 | 0 | 1010101 | 110111 | 10011 | 101010011 | 1001011 | 101110 |
Color Harmonies of #CE1E5C
Complementary color
Monochromatic Colors of #CE1E5C
Black with #CE1E5C
Text Example
Text Example
White with #CE1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E5C; }
p { color: rgb(206,30,92); }
H1.HeaderClassName
{
color: #CE1E5C;
}
.AnyTagClassName
{
color: #CE1E5C;
}
</style>
background-color css
<style>
a { background-color: #CE1E5C; }
a { background-color: rgb(206,30,92); }
div.DivClassName
{
background-color: #CE1E5C;
}
.BgClassName
{
background-color: #CE1E5C;
}
</style>
border-color css
<style>
span { border-color: #CE1E5C; }
span { border-color: rgb(206,30,92); }
td.TdClassName
{
border-color: #CE1E5C;
}
.TagClassName
{
border-color: #CE1E5C;
}
</style>