Shades of Ruby #CE1D6A
Tints of Ruby #CE1D6A
RGB
CMYK
RGB Variations
Color information
#CE1D6A (or 0xCE1D6A) is known color: Ruby. HEX triplet: CE, 1D and 6A. RGB value is (206,29,106). Sum of RGB (Red+Green+Blue) = 206+29+106=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D6A is #31E295. Grayscale: #5A5A5A. Windows color (decimal): -3269270 or 6954446. OLE color: 6954446.
HSL color Cylindrical-coordinate representation of color #CE1D6A: hue angle of 333.9º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1D6A is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 106 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.19 |
| HSL | 333.9º | 0.75% | 0.46% | - |
| HSV(B) | 333.9º | 0.86% | 0.81% | - |
| XYZ | 28.49 | 15.04 | 15.04 | - |
| YUV | 90.7 | 136.64 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 106 | 0 | 0.86 | 0.49 | 0.19 | 333.9 | 0.75 | 0.46 |
| Hex | CE | 1D | 6A | 0 | 56 | 31 | 13 | 14E | 4B | 2E |
| Octal | 316 | 35 | 152 | 0 | 126 | 61 | 23 | 516 | 113 | 56 |
| Binary | 11001110 | 11101 | 1101010 | 0 | 1010110 | 110001 | 10011 | 101001110 | 1001011 | 101110 |
Color Harmonies of #CE1D6A
Complementary color
Monochromatic Colors of #CE1D6A
Black with #CE1D6A
Text Example
Text Example
White with #CE1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D6A; }
p { color: rgb(206,29,106); }
H1.HeaderClassName
{
color: #CE1D6A;
}
.AnyTagClassName
{
color: #CE1D6A;
}
</style>
background-color css
<style>
a { background-color: #CE1D6A; }
a { background-color: rgb(206,29,106); }
div.DivClassName
{
background-color: #CE1D6A;
}
.BgClassName
{
background-color: #CE1D6A;
}
</style>
border-color css
<style>
span { border-color: #CE1D6A; }
span { border-color: rgb(206,29,106); }
td.TdClassName
{
border-color: #CE1D6A;
}
.TagClassName
{
border-color: #CE1D6A;
}
</style>