Shades of Ruby #CE0F62
Tints of Ruby #CE0F62
RGB
CMYK
RGB Variations
Color information
#CE0F62 (or 0xCE0F62) is known color: Ruby. HEX triplet: CE, 0F and 62. RGB value is (206,15,98). Sum of RGB (Red+Green+Blue) = 206+15+98=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F62 is #31F09D. Grayscale: #515151. Windows color (decimal): -3272862 or 6426574. OLE color: 6426574.
HSL color Cylindrical-coordinate representation of color #CE0F62: hue angle of 333.93º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F62 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 98 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.19 |
| HSL | 333.93º | 0.86% | 0.43% | - |
| HSV(B) | 333.93º | 0.93% | 0.81% | - |
| XYZ | 27.83 | 14.35 | 12.86 | - |
| YUV | 81.57 | 137.28 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 98 | 0 | 0.93 | 0.52 | 0.19 | 333.93 | 0.86 | 0.43 |
| Hex | CE | F | 62 | 0 | 5D | 34 | 13 | 14E | 56 | 2B |
| Octal | 316 | 17 | 142 | 0 | 135 | 64 | 23 | 516 | 126 | 53 |
| Binary | 11001110 | 1111 | 1100010 | 0 | 1011101 | 110100 | 10011 | 101001110 | 1010110 | 101011 |
Color Harmonies of #CE0F62
Complementary color
Monochromatic Colors of #CE0F62
Black with #CE0F62
Text Example
Text Example
White with #CE0F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F62; }
p { color: rgb(206,15,98); }
H1.HeaderClassName
{
color: #CE0F62;
}
.AnyTagClassName
{
color: #CE0F62;
}
</style>
background-color css
<style>
a { background-color: #CE0F62; }
a { background-color: rgb(206,15,98); }
div.DivClassName
{
background-color: #CE0F62;
}
.BgClassName
{
background-color: #CE0F62;
}
</style>
border-color css
<style>
span { border-color: #CE0F62; }
span { border-color: rgb(206,15,98); }
td.TdClassName
{
border-color: #CE0F62;
}
.TagClassName
{
border-color: #CE0F62;
}
</style>