Shades of Ruby #CE0D58
Tints of Ruby #CE0D58
RGB
CMYK
RGB Variations
Color information
#CE0D58 (or 0xCE0D58) is known color: Ruby. HEX triplet: CE, 0D and 58. RGB value is (206,13,88). Sum of RGB (Red+Green+Blue) = 206+13+88=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0D58 is #31F2A7. Grayscale: #4F4F4F. Windows color (decimal): -3273384 or 5770702. OLE color: 5770702.
HSL color Cylindrical-coordinate representation of color #CE0D58: hue angle of 336.68º 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 #CE0D58 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 13 | 88 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.19 |
| HSL | 336.68º | 0.88% | 0.43% | - |
| HSV(B) | 336.68º | 0.94% | 0.81% | - |
| XYZ | 27.36 | 14.11 | 10.51 | - |
| YUV | 79.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 13 | 88 | 0 | 0.94 | 0.57 | 0.19 | 336.68 | 0.88 | 0.43 |
| Hex | CE | D | 58 | 0 | 5E | 39 | 13 | 151 | 58 | 2B |
| Octal | 316 | 15 | 130 | 0 | 136 | 71 | 23 | 521 | 130 | 53 |
| Binary | 11001110 | 1101 | 1011000 | 0 | 1011110 | 111001 | 10011 | 101010001 | 1011000 | 101011 |
Color Harmonies of #CE0D58
Complementary color
Monochromatic Colors of #CE0D58
Black with #CE0D58
Text Example
Text Example
White with #CE0D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0D58; }
p { color: rgb(206,13,88); }
H1.HeaderClassName
{
color: #CE0D58;
}
.AnyTagClassName
{
color: #CE0D58;
}
</style>
background-color css
<style>
a { background-color: #CE0D58; }
a { background-color: rgb(206,13,88); }
div.DivClassName
{
background-color: #CE0D58;
}
.BgClassName
{
background-color: #CE0D58;
}
</style>
border-color css
<style>
span { border-color: #CE0D58; }
span { border-color: rgb(206,13,88); }
td.TdClassName
{
border-color: #CE0D58;
}
.TagClassName
{
border-color: #CE0D58;
}
</style>