Shades of Ruby #CE2062
Tints of Ruby #CE2062
RGB
CMYK
RGB Variations
Color information
#CE2062 (or 0xCE2062) is known color: Ruby. HEX triplet: CE, 20 and 62. RGB value is (206,32,98). Sum of RGB (Red+Green+Blue) = 206+32+98=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2062 is #31DF9D. Grayscale: #5B5B5B. Windows color (decimal): -3268510 or 6430926. OLE color: 6430926.
HSL color Cylindrical-coordinate representation of color #CE2062: hue angle of 337.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2062 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 98 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.19 |
| HSL | 337.24º | 0.73% | 0.47% | - |
| HSV(B) | 337.24º | 0.84% | 0.81% | - |
| XYZ | 28.17 | 15.04 | 12.97 | - |
| YUV | 91.55 | 131.65 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 98 | 0 | 0.84 | 0.52 | 0.19 | 337.24 | 0.73 | 0.47 |
| Hex | CE | 20 | 62 | 0 | 54 | 34 | 13 | 151 | 49 | 2F |
| Octal | 316 | 40 | 142 | 0 | 124 | 64 | 23 | 521 | 111 | 57 |
| Binary | 11001110 | 100000 | 1100010 | 0 | 1010100 | 110100 | 10011 | 101010001 | 1001001 | 101111 |
Color Harmonies of #CE2062
Complementary color
Monochromatic Colors of #CE2062
Black with #CE2062
Text Example
Text Example
White with #CE2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2062; }
p { color: rgb(206,32,98); }
H1.HeaderClassName
{
color: #CE2062;
}
.AnyTagClassName
{
color: #CE2062;
}
</style>
background-color css
<style>
a { background-color: #CE2062; }
a { background-color: rgb(206,32,98); }
div.DivClassName
{
background-color: #CE2062;
}
.BgClassName
{
background-color: #CE2062;
}
</style>
border-color css
<style>
span { border-color: #CE2062; }
span { border-color: rgb(206,32,98); }
td.TdClassName
{
border-color: #CE2062;
}
.TagClassName
{
border-color: #CE2062;
}
</style>