Shades of Ruby #CE1F68
Tints of Ruby #CE1F68
RGB
CMYK
RGB Variations
Color information
#CE1F68 (or 0xCE1F68) is known color: Ruby. HEX triplet: CE, 1F and 68. RGB value is (206,31,104). Sum of RGB (Red+Green+Blue) = 206+31+104=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F68 is #31E097. Grayscale: #5B5B5B. Windows color (decimal): -3268760 or 6823886. OLE color: 6823886.
HSL color Cylindrical-coordinate representation of color #CE1F68: hue angle of 334.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F68 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 104 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.19 |
| HSL | 334.97º | 0.74% | 0.46% | - |
| HSV(B) | 334.97º | 0.85% | 0.81% | - |
| XYZ | 28.44 | 15.1 | 14.51 | - |
| YUV | 91.65 | 134.98 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 104 | 0 | 0.85 | 0.50 | 0.19 | 334.97 | 0.74 | 0.46 |
| Hex | CE | 1F | 68 | 0 | 55 | 32 | 13 | 14F | 4A | 2E |
| Octal | 316 | 37 | 150 | 0 | 125 | 62 | 23 | 517 | 112 | 56 |
| Binary | 11001110 | 11111 | 1101000 | 0 | 1010101 | 110010 | 10011 | 101001111 | 1001010 | 101110 |
Color Harmonies of #CE1F68
Complementary color
Monochromatic Colors of #CE1F68
Black with #CE1F68
Text Example
Text Example
White with #CE1F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F68; }
p { color: rgb(206,31,104); }
H1.HeaderClassName
{
color: #CE1F68;
}
.AnyTagClassName
{
color: #CE1F68;
}
</style>
background-color css
<style>
a { background-color: #CE1F68; }
a { background-color: rgb(206,31,104); }
div.DivClassName
{
background-color: #CE1F68;
}
.BgClassName
{
background-color: #CE1F68;
}
</style>
border-color css
<style>
span { border-color: #CE1F68; }
span { border-color: rgb(206,31,104); }
td.TdClassName
{
border-color: #CE1F68;
}
.TagClassName
{
border-color: #CE1F68;
}
</style>