Shades of Ruby #CE1F62
Tints of Ruby #CE1F62
RGB
CMYK
RGB Variations
Color information
#CE1F62 (or 0xCE1F62) is known color: Ruby. HEX triplet: CE, 1F and 62. RGB value is (206,31,98). Sum of RGB (Red+Green+Blue) = 206+31+98=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE1F62 is #31E09D. Grayscale: #5A5A5A. Windows color (decimal): -3268766 or 6430670. OLE color: 6430670.
HSL color Cylindrical-coordinate representation of color #CE1F62: hue angle of 337.03º 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 #CE1F62 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 98 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.19 |
| HSL | 337.03º | 0.74% | 0.46% | - |
| HSV(B) | 337.03º | 0.85% | 0.81% | - |
| XYZ | 28.15 | 14.98 | 12.96 | - |
| YUV | 90.96 | 131.98 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 98 | 0 | 0.85 | 0.52 | 0.19 | 337.03 | 0.74 | 0.46 |
| Hex | CE | 1F | 62 | 0 | 55 | 34 | 13 | 151 | 4A | 2E |
| Octal | 316 | 37 | 142 | 0 | 125 | 64 | 23 | 521 | 112 | 56 |
| Binary | 11001110 | 11111 | 1100010 | 0 | 1010101 | 110100 | 10011 | 101010001 | 1001010 | 101110 |
Color Harmonies of #CE1F62
Complementary color
Monochromatic Colors of #CE1F62
Black with #CE1F62
Text Example
Text Example
White with #CE1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F62; }
p { color: rgb(206,31,98); }
H1.HeaderClassName
{
color: #CE1F62;
}
.AnyTagClassName
{
color: #CE1F62;
}
</style>
background-color css
<style>
a { background-color: #CE1F62; }
a { background-color: rgb(206,31,98); }
div.DivClassName
{
background-color: #CE1F62;
}
.BgClassName
{
background-color: #CE1F62;
}
</style>
border-color css
<style>
span { border-color: #CE1F62; }
span { border-color: rgb(206,31,98); }
td.TdClassName
{
border-color: #CE1F62;
}
.TagClassName
{
border-color: #CE1F62;
}
</style>