Shades of Ruby #CE0C5F
Tints of Ruby #CE0C5F
RGB
CMYK
RGB Variations
Color information
#CE0C5F (or 0xCE0C5F) is known color: Ruby. HEX triplet: CE, 0C and 5F. RGB value is (206,12,95). Sum of RGB (Red+Green+Blue) = 206+12+95=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C5F is #31F3A0. Grayscale: #4F4F4F. Windows color (decimal): -3273633 or 6229198. OLE color: 6229198.
HSL color Cylindrical-coordinate representation of color #CE0C5F: hue angle of 334.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0C5F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 95 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.19 |
| HSL | 334.33º | 0.89% | 0.43% | - |
| HSV(B) | 334.33º | 0.94% | 0.81% | - |
| XYZ | 27.65 | 14.21 | 12.11 | - |
| YUV | 79.47 | 136.77 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 95 | 0 | 0.94 | 0.54 | 0.19 | 334.33 | 0.89 | 0.43 |
| Hex | CE | C | 5F | 0 | 5E | 36 | 13 | 14E | 59 | 2B |
| Octal | 316 | 14 | 137 | 0 | 136 | 66 | 23 | 516 | 131 | 53 |
| Binary | 11001110 | 1100 | 1011111 | 0 | 1011110 | 110110 | 10011 | 101001110 | 1011001 | 101011 |
Color Harmonies of #CE0C5F
Complementary color
Monochromatic Colors of #CE0C5F
Black with #CE0C5F
Text Example
Text Example
White with #CE0C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C5F; }
p { color: rgb(206,12,95); }
H1.HeaderClassName
{
color: #CE0C5F;
}
.AnyTagClassName
{
color: #CE0C5F;
}
</style>
background-color css
<style>
a { background-color: #CE0C5F; }
a { background-color: rgb(206,12,95); }
div.DivClassName
{
background-color: #CE0C5F;
}
.BgClassName
{
background-color: #CE0C5F;
}
</style>
border-color css
<style>
span { border-color: #CE0C5F; }
span { border-color: rgb(206,12,95); }
td.TdClassName
{
border-color: #CE0C5F;
}
.TagClassName
{
border-color: #CE0C5F;
}
</style>