Shades of Ruby #CE006E
Tints of Ruby #CE006E
RGB
CMYK
RGB Variations
Color information
#CE006E (or 0xCE006E) is known color: Ruby. HEX triplet: CE, 00 and 6E. RGB value is (206,0,110). Sum of RGB (Red+Green+Blue) = 206+0+110=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE006E is #31FF91. Grayscale: #494949. Windows color (decimal): -3276690 or 7209166. OLE color: 7209166.
HSL color Cylindrical-coordinate representation of color #CE006E: hue angle of 327.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE006E is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.47 | 0.19 |
| HSL | 327.96º | 1% | 0.4% | - |
| HSV(B) | 327.96º | 1% | 0.81% | - |
| XYZ | 28.27 | 14.25 | 16.01 | - |
| YUV | 74.13 | 148.25 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 0 | 110 | 0 | 1 | 0.47 | 0.19 | 327.96 | 1 | 0.4 |
| Hex | CE | 0 | 6E | 0 | 64 | 2F | 13 | 148 | 64 | 28 |
| Octal | 316 | 0 | 156 | 0 | 144 | 57 | 23 | 510 | 144 | 50 |
| Binary | 11001110 | 0 | 1101110 | 0 | 1100100 | 101111 | 10011 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CE006E
Complementary color
Monochromatic Colors of #CE006E
Black with #CE006E
Text Example
Text Example
White with #CE006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE006E; }
p { color: rgb(206,0,110); }
H1.HeaderClassName
{
color: #CE006E;
}
.AnyTagClassName
{
color: #CE006E;
}
</style>
background-color css
<style>
a { background-color: #CE006E; }
a { background-color: rgb(206,0,110); }
div.DivClassName
{
background-color: #CE006E;
}
.BgClassName
{
background-color: #CE006E;
}
</style>
border-color css
<style>
span { border-color: #CE006E; }
span { border-color: rgb(206,0,110); }
td.TdClassName
{
border-color: #CE006E;
}
.TagClassName
{
border-color: #CE006E;
}
</style>