Shades of Ruby #CE0D63
Tints of Ruby #CE0D63
RGB
CMYK
RGB Variations
Color information
#CE0D63 (or 0xCE0D63) is known color: Ruby. HEX triplet: CE, 0D and 63. RGB value is (206,13,99). Sum of RGB (Red+Green+Blue) = 206+13+99=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D63 is #31F29C. Grayscale: #505050. Windows color (decimal): -3273373 or 6491598. OLE color: 6491598.
HSL color Cylindrical-coordinate representation of color #CE0D63: hue angle of 333.26º degrees, saturation: 0.88, 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 #CE0D63 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 99 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.19 |
| HSL | 333.26º | 0.88% | 0.43% | - |
| HSV(B) | 333.26º | 0.94% | 0.81% | - |
| XYZ | 27.85 | 14.31 | 13.1 | - |
| YUV | 80.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 99 | 0 | 0.94 | 0.52 | 0.19 | 333.26 | 0.88 | 0.43 |
| Hex | CE | D | 63 | 0 | 5E | 34 | 13 | 14D | 58 | 2B |
| Octal | 316 | 15 | 143 | 0 | 136 | 64 | 23 | 515 | 130 | 53 |
| Binary | 11001110 | 1101 | 1100011 | 0 | 1011110 | 110100 | 10011 | 101001101 | 1011000 | 101011 |
Color Harmonies of #CE0D63
Complementary color
Monochromatic Colors of #CE0D63
Black with #CE0D63
Text Example
Text Example
White with #CE0D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D63; }
p { color: rgb(206,13,99); }
H1.HeaderClassName
{
color: #CE0D63;
}
.AnyTagClassName
{
color: #CE0D63;
}
</style>
background-color css
<style>
a { background-color: #CE0D63; }
a { background-color: rgb(206,13,99); }
div.DivClassName
{
background-color: #CE0D63;
}
.BgClassName
{
background-color: #CE0D63;
}
</style>
border-color css
<style>
span { border-color: #CE0D63; }
span { border-color: rgb(206,13,99); }
td.TdClassName
{
border-color: #CE0D63;
}
.TagClassName
{
border-color: #CE0D63;
}
</style>