Shades of Ruby #CE026B
Tints of Ruby #CE026B
RGB
CMYK
RGB Variations
Color information
#CE026B (or 0xCE026B) is known color: Ruby. HEX triplet: CE, 02 and 6B. RGB value is (206,2,107). Sum of RGB (Red+Green+Blue) = 206+2+107=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE026B is #31FD94. Grayscale: #4A4A4A. Windows color (decimal): -3276181 or 7013070. OLE color: 7013070.
HSL color Cylindrical-coordinate representation of color #CE026B: hue angle of 329.12º 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 #CE026B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 2 | 107 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.19 |
| HSL | 329.12º | 0.98% | 0.41% | - |
| HSV(B) | 329.12º | 0.99% | 0.81% | - |
| XYZ | 28.13 | 14.23 | 15.17 | - |
| YUV | 74.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 2 | 107 | 0 | 0.99 | 0.48 | 0.19 | 329.12 | 0.98 | 0.41 |
| Hex | CE | 2 | 6B | 0 | 63 | 30 | 13 | 149 | 62 | 29 |
| Octal | 316 | 2 | 153 | 0 | 143 | 60 | 23 | 511 | 142 | 51 |
| Binary | 11001110 | 10 | 1101011 | 0 | 1100011 | 110000 | 10011 | 101001001 | 1100010 | 101001 |
Color Harmonies of #CE026B
Complementary color
Monochromatic Colors of #CE026B
Black with #CE026B
Text Example
Text Example
White with #CE026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE026B; }
p { color: rgb(206,2,107); }
H1.HeaderClassName
{
color: #CE026B;
}
.AnyTagClassName
{
color: #CE026B;
}
</style>
background-color css
<style>
a { background-color: #CE026B; }
a { background-color: rgb(206,2,107); }
div.DivClassName
{
background-color: #CE026B;
}
.BgClassName
{
background-color: #CE026B;
}
</style>
border-color css
<style>
span { border-color: #CE026B; }
span { border-color: rgb(206,2,107); }
td.TdClassName
{
border-color: #CE026B;
}
.TagClassName
{
border-color: #CE026B;
}
</style>