Shades of Ruby #CE0565
Tints of Ruby #CE0565
RGB
CMYK
RGB Variations
Color information
#CE0565 (or 0xCE0565) is known color: Ruby. HEX triplet: CE, 05 and 65. RGB value is (206,5,101). Sum of RGB (Red+Green+Blue) = 206+5+101=312 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.03% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0565 is #31FA9A. Grayscale: #4B4B4B. Windows color (decimal): -3275419 or 6620622. OLE color: 6620622.
HSL color Cylindrical-coordinate representation of color #CE0565: hue angle of 331.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0565 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.19 |
| HSL | 331.34º | 0.95% | 0.41% | - |
| HSV(B) | 331.34º | 0.98% | 0.81% | - |
| XYZ | 27.86 | 14.17 | 13.58 | - |
| YUV | 76.04 | 142.09 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 101 | 0 | 0.98 | 0.51 | 0.19 | 331.34 | 0.95 | 0.41 |
| Hex | CE | 5 | 65 | 0 | 62 | 33 | 13 | 14B | 5F | 29 |
| Octal | 316 | 5 | 145 | 0 | 142 | 63 | 23 | 513 | 137 | 51 |
| Binary | 11001110 | 101 | 1100101 | 0 | 1100010 | 110011 | 10011 | 101001011 | 1011111 | 101001 |
Color Harmonies of #CE0565
Complementary color
Monochromatic Colors of #CE0565
Black with #CE0565
Text Example
Text Example
White with #CE0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0565; }
p { color: rgb(206,5,101); }
H1.HeaderClassName
{
color: #CE0565;
}
.AnyTagClassName
{
color: #CE0565;
}
</style>
background-color css
<style>
a { background-color: #CE0565; }
a { background-color: rgb(206,5,101); }
div.DivClassName
{
background-color: #CE0565;
}
.BgClassName
{
background-color: #CE0565;
}
</style>
border-color css
<style>
span { border-color: #CE0565; }
span { border-color: rgb(206,5,101); }
td.TdClassName
{
border-color: #CE0565;
}
.TagClassName
{
border-color: #CE0565;
}
</style>