Shades of Ruby #CE0D4E
Tints of Ruby #CE0D4E
RGB
CMYK
RGB Variations
Color information
#CE0D4E (or 0xCE0D4E) is known color: Ruby. HEX triplet: CE, 0D and 4E. RGB value is (206,13,78). Sum of RGB (Red+Green+Blue) = 206+13+78=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D4E is #31F2B1. Grayscale: #4E4E4E. Windows color (decimal): -3273394 or 5115342. OLE color: 5115342.
HSL color Cylindrical-coordinate representation of color #CE0D4E: hue angle of 339.79º 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 #CE0D4E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.19 |
| HSL | 339.79º | 0.88% | 0.43% | - |
| HSV(B) | 339.79º | 0.94% | 0.81% | - |
| XYZ | 26.97 | 13.96 | 8.48 | - |
| YUV | 78.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 78 | 0 | 0.94 | 0.62 | 0.19 | 339.79 | 0.88 | 0.43 |
| Hex | CE | D | 4E | 0 | 5E | 3E | 13 | 154 | 58 | 2B |
| Octal | 316 | 15 | 116 | 0 | 136 | 76 | 23 | 524 | 130 | 53 |
| Binary | 11001110 | 1101 | 1001110 | 0 | 1011110 | 111110 | 10011 | 101010100 | 1011000 | 101011 |
Color Harmonies of #CE0D4E
Complementary color
Monochromatic Colors of #CE0D4E
Black with #CE0D4E
Text Example
Text Example
White with #CE0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D4E; }
p { color: rgb(206,13,78); }
H1.HeaderClassName
{
color: #CE0D4E;
}
.AnyTagClassName
{
color: #CE0D4E;
}
</style>
background-color css
<style>
a { background-color: #CE0D4E; }
a { background-color: rgb(206,13,78); }
div.DivClassName
{
background-color: #CE0D4E;
}
.BgClassName
{
background-color: #CE0D4E;
}
</style>
border-color css
<style>
span { border-color: #CE0D4E; }
span { border-color: rgb(206,13,78); }
td.TdClassName
{
border-color: #CE0D4E;
}
.TagClassName
{
border-color: #CE0D4E;
}
</style>