Shades of Ruby #CE1C62
Tints of Ruby #CE1C62
RGB
CMYK
RGB Variations
Color information
#CE1C62 (or 0xCE1C62) is known color: Ruby. HEX triplet: CE, 1C and 62. RGB value is (206,28,98). Sum of RGB (Red+Green+Blue) = 206+28+98=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1C62 is #31E39D. Grayscale: #595959. Windows color (decimal): -3269534 or 6429902. OLE color: 6429902.
HSL color Cylindrical-coordinate representation of color #CE1C62: hue angle of 336.4º degrees, saturation: 0.76, 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 #CE1C62 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 28 | 98 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.19 |
| HSL | 336.4º | 0.76% | 0.46% | - |
| HSV(B) | 336.4º | 0.86% | 0.81% | - |
| XYZ | 28.07 | 14.83 | 12.94 | - |
| YUV | 89.2 | 132.97 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 28 | 98 | 0 | 0.86 | 0.52 | 0.19 | 336.4 | 0.76 | 0.46 |
| Hex | CE | 1C | 62 | 0 | 56 | 34 | 13 | 150 | 4C | 2E |
| Octal | 316 | 34 | 142 | 0 | 126 | 64 | 23 | 520 | 114 | 56 |
| Binary | 11001110 | 11100 | 1100010 | 0 | 1010110 | 110100 | 10011 | 101010000 | 1001100 | 101110 |
Color Harmonies of #CE1C62
Complementary color
Monochromatic Colors of #CE1C62
Black with #CE1C62
Text Example
Text Example
White with #CE1C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1C62; }
p { color: rgb(206,28,98); }
H1.HeaderClassName
{
color: #CE1C62;
}
.AnyTagClassName
{
color: #CE1C62;
}
</style>
background-color css
<style>
a { background-color: #CE1C62; }
a { background-color: rgb(206,28,98); }
div.DivClassName
{
background-color: #CE1C62;
}
.BgClassName
{
background-color: #CE1C62;
}
</style>
border-color css
<style>
span { border-color: #CE1C62; }
span { border-color: rgb(206,28,98); }
td.TdClassName
{
border-color: #CE1C62;
}
.TagClassName
{
border-color: #CE1C62;
}
</style>