Shades of Ruby #CE1D62
Tints of Ruby #CE1D62
RGB
CMYK
RGB Variations
Color information
#CE1D62 (or 0xCE1D62) is known color: Ruby. HEX triplet: CE, 1D and 62. RGB value is (206,29,98). Sum of RGB (Red+Green+Blue) = 206+29+98=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1D62 is #31E29D. Grayscale: #595959. Windows color (decimal): -3269278 or 6430158. OLE color: 6430158.
HSL color Cylindrical-coordinate representation of color #CE1D62: hue angle of 336.61º 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 #CE1D62 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 98 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.19 |
| HSL | 336.61º | 0.75% | 0.46% | - |
| HSV(B) | 336.61º | 0.86% | 0.81% | - |
| XYZ | 28.1 | 14.88 | 12.95 | - |
| YUV | 89.79 | 132.64 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 98 | 0 | 0.86 | 0.52 | 0.19 | 336.61 | 0.75 | 0.46 |
| Hex | CE | 1D | 62 | 0 | 56 | 34 | 13 | 151 | 4B | 2E |
| Octal | 316 | 35 | 142 | 0 | 126 | 64 | 23 | 521 | 113 | 56 |
| Binary | 11001110 | 11101 | 1100010 | 0 | 1010110 | 110100 | 10011 | 101010001 | 1001011 | 101110 |
Color Harmonies of #CE1D62
Complementary color
Monochromatic Colors of #CE1D62
Black with #CE1D62
Text Example
Text Example
White with #CE1D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D62; }
p { color: rgb(206,29,98); }
H1.HeaderClassName
{
color: #CE1D62;
}
.AnyTagClassName
{
color: #CE1D62;
}
</style>
background-color css
<style>
a { background-color: #CE1D62; }
a { background-color: rgb(206,29,98); }
div.DivClassName
{
background-color: #CE1D62;
}
.BgClassName
{
background-color: #CE1D62;
}
</style>
border-color css
<style>
span { border-color: #CE1D62; }
span { border-color: rgb(206,29,98); }
td.TdClassName
{
border-color: #CE1D62;
}
.TagClassName
{
border-color: #CE1D62;
}
</style>