Shades of Ruby #CE1E62
Tints of Ruby #CE1E62
RGB
CMYK
RGB Variations
Color information
#CE1E62 (or 0xCE1E62) is known color: Ruby. HEX triplet: CE, 1E and 62. RGB value is (206,30,98). Sum of RGB (Red+Green+Blue) = 206+30+98=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1E62 is #31E19D. Grayscale: #5A5A5A. Windows color (decimal): -3269022 or 6430414. OLE color: 6430414.
HSL color Cylindrical-coordinate representation of color #CE1E62: hue angle of 336.82º degrees, saturation: 0.75, 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 #CE1E62 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 98 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.19 |
| HSL | 336.82º | 0.75% | 0.46% | - |
| HSV(B) | 336.82º | 0.85% | 0.81% | - |
| XYZ | 28.12 | 14.93 | 12.96 | - |
| YUV | 90.38 | 132.31 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 98 | 0 | 0.85 | 0.52 | 0.19 | 336.82 | 0.75 | 0.46 |
| Hex | CE | 1E | 62 | 0 | 55 | 34 | 13 | 151 | 4B | 2E |
| Octal | 316 | 36 | 142 | 0 | 125 | 64 | 23 | 521 | 113 | 56 |
| Binary | 11001110 | 11110 | 1100010 | 0 | 1010101 | 110100 | 10011 | 101010001 | 1001011 | 101110 |
Color Harmonies of #CE1E62
Complementary color
Monochromatic Colors of #CE1E62
Black with #CE1E62
Text Example
Text Example
White with #CE1E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E62; }
p { color: rgb(206,30,98); }
H1.HeaderClassName
{
color: #CE1E62;
}
.AnyTagClassName
{
color: #CE1E62;
}
</style>
background-color css
<style>
a { background-color: #CE1E62; }
a { background-color: rgb(206,30,98); }
div.DivClassName
{
background-color: #CE1E62;
}
.BgClassName
{
background-color: #CE1E62;
}
</style>
border-color css
<style>
span { border-color: #CE1E62; }
span { border-color: rgb(206,30,98); }
td.TdClassName
{
border-color: #CE1E62;
}
.TagClassName
{
border-color: #CE1E62;
}
</style>