Shades of Ruby #CE026E
Tints of Ruby #CE026E
RGB
CMYK
RGB Variations
Color information
#CE026E (or 0xCE026E) is known color: Ruby. HEX triplet: CE, 02 and 6E. RGB value is (206,2,110). Sum of RGB (Red+Green+Blue) = 206+2+110=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE026E is #31FD91. Grayscale: #4B4B4B. Windows color (decimal): -3276178 or 7209678. OLE color: 7209678.
HSL color Cylindrical-coordinate representation of color #CE026E: hue angle of 328.24º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE026E is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.19 |
| HSL | 328.24º | 0.98% | 0.41% | - |
| HSV(B) | 328.24º | 0.99% | 0.81% | - |
| XYZ | 28.29 | 14.29 | 16.02 | - |
| YUV | 75.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 110 | 0 | 0.99 | 0.47 | 0.19 | 328.24 | 0.98 | 0.41 |
| Hex | CE | 2 | 6E | 0 | 63 | 2F | 13 | 148 | 62 | 29 |
| Octal | 316 | 2 | 156 | 0 | 143 | 57 | 23 | 510 | 142 | 51 |
| Binary | 11001110 | 10 | 1101110 | 0 | 1100011 | 101111 | 10011 | 101001000 | 1100010 | 101001 |
Color Harmonies of #CE026E
Complementary color
Monochromatic Colors of #CE026E
Black with #CE026E
Text Example
Text Example
White with #CE026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE026E; }
p { color: rgb(206,2,110); }
H1.HeaderClassName
{
color: #CE026E;
}
.AnyTagClassName
{
color: #CE026E;
}
</style>
background-color css
<style>
a { background-color: #CE026E; }
a { background-color: rgb(206,2,110); }
div.DivClassName
{
background-color: #CE026E;
}
.BgClassName
{
background-color: #CE026E;
}
</style>
border-color css
<style>
span { border-color: #CE026E; }
span { border-color: rgb(206,2,110); }
td.TdClassName
{
border-color: #CE026E;
}
.TagClassName
{
border-color: #CE026E;
}
</style>