Shades of Ruby #CE1C6F
Tints of Ruby #CE1C6F
RGB
CMYK
RGB Variations
Color information
#CE1C6F (or 0xCE1C6F) is known color: Ruby. HEX triplet: CE, 1C and 6F. RGB value is (206,28,111). Sum of RGB (Red+Green+Blue) = 206+28+111=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C6F is #31E390. Grayscale: #5A5A5A. Windows color (decimal): -3269521 or 7281870. OLE color: 7281870.
HSL color Cylindrical-coordinate representation of color #CE1C6F: hue angle of 332.02º degrees, saturation: 0.76, 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 #CE1C6F is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 111 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.19 |
| HSL | 332.02º | 0.76% | 0.46% | - |
| HSV(B) | 332.02º | 0.86% | 0.81% | - |
| XYZ | 28.74 | 15.1 | 16.44 | - |
| YUV | 90.68 | 139.47 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 111 | 0 | 0.86 | 0.46 | 0.19 | 332.02 | 0.76 | 0.46 |
| Hex | CE | 1C | 6F | 0 | 56 | 2E | 13 | 14C | 4C | 2E |
| Octal | 316 | 34 | 157 | 0 | 126 | 56 | 23 | 514 | 114 | 56 |
| Binary | 11001110 | 11100 | 1101111 | 0 | 1010110 | 101110 | 10011 | 101001100 | 1001100 | 101110 |
Color Harmonies of #CE1C6F
Complementary color
Monochromatic Colors of #CE1C6F
Black with #CE1C6F
Text Example
Text Example
White with #CE1C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C6F; }
p { color: rgb(206,28,111); }
H1.HeaderClassName
{
color: #CE1C6F;
}
.AnyTagClassName
{
color: #CE1C6F;
}
</style>
background-color css
<style>
a { background-color: #CE1C6F; }
a { background-color: rgb(206,28,111); }
div.DivClassName
{
background-color: #CE1C6F;
}
.BgClassName
{
background-color: #CE1C6F;
}
</style>
border-color css
<style>
span { border-color: #CE1C6F; }
span { border-color: rgb(206,28,111); }
td.TdClassName
{
border-color: #CE1C6F;
}
.TagClassName
{
border-color: #CE1C6F;
}
</style>