Shades of Ruby #CE1F65
Tints of Ruby #CE1F65
RGB
CMYK
RGB Variations
Color information
#CE1F65 (or 0xCE1F65) is known color: Ruby. HEX triplet: CE, 1F and 65. RGB value is (206,31,101). Sum of RGB (Red+Green+Blue) = 206+31+101=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F65 is #31E09A. Grayscale: #5B5B5B. Windows color (decimal): -3268763 or 6627278. OLE color: 6627278.
HSL color Cylindrical-coordinate representation of color #CE1F65: hue angle of 336º 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 #CE1F65 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 101 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.19 |
| HSL | 336º | 0.74% | 0.46% | - |
| HSV(B) | 336º | 0.85% | 0.81% | - |
| XYZ | 28.29 | 15.04 | 13.72 | - |
| YUV | 91.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 101 | 0 | 0.85 | 0.51 | 0.19 | 336 | 0.74 | 0.46 |
| Hex | CE | 1F | 65 | 0 | 55 | 33 | 13 | 150 | 4A | 2E |
| Octal | 316 | 37 | 145 | 0 | 125 | 63 | 23 | 520 | 112 | 56 |
| Binary | 11001110 | 11111 | 1100101 | 0 | 1010101 | 110011 | 10011 | 101010000 | 1001010 | 101110 |
Color Harmonies of #CE1F65
Complementary color
Monochromatic Colors of #CE1F65
Black with #CE1F65
Text Example
Text Example
White with #CE1F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F65; }
p { color: rgb(206,31,101); }
H1.HeaderClassName
{
color: #CE1F65;
}
.AnyTagClassName
{
color: #CE1F65;
}
</style>
background-color css
<style>
a { background-color: #CE1F65; }
a { background-color: rgb(206,31,101); }
div.DivClassName
{
background-color: #CE1F65;
}
.BgClassName
{
background-color: #CE1F65;
}
</style>
border-color css
<style>
span { border-color: #CE1F65; }
span { border-color: rgb(206,31,101); }
td.TdClassName
{
border-color: #CE1F65;
}
.TagClassName
{
border-color: #CE1F65;
}
</style>