Shades of Ruby #CE1566
Tints of Ruby #CE1566
RGB
CMYK
RGB Variations
Color information
#CE1566 (or 0xCE1566) is known color: Ruby. HEX triplet: CE, 15 and 66. RGB value is (206,21,102). Sum of RGB (Red+Green+Blue) = 206+21+102=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1566 is #31EA99. Grayscale: #555555. Windows color (decimal): -3271322 or 6690254. OLE color: 6690254.
HSL color Cylindrical-coordinate representation of color #CE1566: hue angle of 333.73º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1566 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 102 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.19 |
| HSL | 333.73º | 0.81% | 0.45% | - |
| HSV(B) | 333.73º | 0.9% | 0.81% | - |
| XYZ | 28.12 | 14.62 | 13.91 | - |
| YUV | 85.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 102 | 0 | 0.90 | 0.50 | 0.19 | 333.73 | 0.81 | 0.45 |
| Hex | CE | 15 | 66 | 0 | 5A | 32 | 13 | 14E | 51 | 2D |
| Octal | 316 | 25 | 146 | 0 | 132 | 62 | 23 | 516 | 121 | 55 |
| Binary | 11001110 | 10101 | 1100110 | 0 | 1011010 | 110010 | 10011 | 101001110 | 1010001 | 101101 |
Color Harmonies of #CE1566
Complementary color
Monochromatic Colors of #CE1566
Black with #CE1566
Text Example
Text Example
White with #CE1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1566; }
p { color: rgb(206,21,102); }
H1.HeaderClassName
{
color: #CE1566;
}
.AnyTagClassName
{
color: #CE1566;
}
</style>
background-color css
<style>
a { background-color: #CE1566; }
a { background-color: rgb(206,21,102); }
div.DivClassName
{
background-color: #CE1566;
}
.BgClassName
{
background-color: #CE1566;
}
</style>
border-color css
<style>
span { border-color: #CE1566; }
span { border-color: rgb(206,21,102); }
td.TdClassName
{
border-color: #CE1566;
}
.TagClassName
{
border-color: #CE1566;
}
</style>