Shades of Ruby #CE0C6E
Tints of Ruby #CE0C6E
RGB
CMYK
RGB Variations
Color information
#CE0C6E (or 0xCE0C6E) is known color: Ruby. HEX triplet: CE, 0C and 6E. RGB value is (206,12,110). Sum of RGB (Red+Green+Blue) = 206+12+110=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0C6E is #31F391. Grayscale: #505050. Windows color (decimal): -3273618 or 7212238. OLE color: 7212238.
HSL color Cylindrical-coordinate representation of color #CE0C6E: hue angle of 329.69º 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 #CE0C6E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 12 | 110 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.19 |
| HSL | 329.69º | 0.89% | 0.43% | - |
| HSV(B) | 329.69º | 0.94% | 0.81% | - |
| XYZ | 28.4 | 14.51 | 16.06 | - |
| YUV | 81.18 | 144.27 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 12 | 110 | 0 | 0.94 | 0.47 | 0.19 | 329.69 | 0.89 | 0.43 |
| Hex | CE | C | 6E | 0 | 5E | 2F | 13 | 14A | 59 | 2B |
| Octal | 316 | 14 | 156 | 0 | 136 | 57 | 23 | 512 | 131 | 53 |
| Binary | 11001110 | 1100 | 1101110 | 0 | 1011110 | 101111 | 10011 | 101001010 | 1011001 | 101011 |
Color Harmonies of #CE0C6E
Complementary color
Monochromatic Colors of #CE0C6E
Black with #CE0C6E
Text Example
Text Example
White with #CE0C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0C6E; }
p { color: rgb(206,12,110); }
H1.HeaderClassName
{
color: #CE0C6E;
}
.AnyTagClassName
{
color: #CE0C6E;
}
</style>
background-color css
<style>
a { background-color: #CE0C6E; }
a { background-color: rgb(206,12,110); }
div.DivClassName
{
background-color: #CE0C6E;
}
.BgClassName
{
background-color: #CE0C6E;
}
</style>
border-color css
<style>
span { border-color: #CE0C6E; }
span { border-color: rgb(206,12,110); }
td.TdClassName
{
border-color: #CE0C6E;
}
.TagClassName
{
border-color: #CE0C6E;
}
</style>