Shades of Ruby #CE0564
Tints of Ruby #CE0564
RGB
CMYK
RGB Variations
Color information
#CE0564 (or 0xCE0564) is known color: Ruby. HEX triplet: CE, 05 and 64. RGB value is (206,5,100). Sum of RGB (Red+Green+Blue) = 206+5+100=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0564 is #31FA9B. Grayscale: #4B4B4B. Windows color (decimal): -3275420 or 6555086. OLE color: 6555086.
HSL color Cylindrical-coordinate representation of color #CE0564: hue angle of 331.64º 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 #CE0564 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.19 |
| HSL | 331.64º | 0.95% | 0.41% | - |
| HSV(B) | 331.64º | 0.98% | 0.81% | - |
| XYZ | 27.81 | 14.15 | 13.32 | - |
| YUV | 75.93 | 141.59 | 220.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 100 | 0 | 0.98 | 0.51 | 0.19 | 331.64 | 0.95 | 0.41 |
| Hex | CE | 5 | 64 | 0 | 62 | 33 | 13 | 14C | 5F | 29 |
| Octal | 316 | 5 | 144 | 0 | 142 | 63 | 23 | 514 | 137 | 51 |
| Binary | 11001110 | 101 | 1100100 | 0 | 1100010 | 110011 | 10011 | 101001100 | 1011111 | 101001 |
Color Harmonies of #CE0564
Complementary color
Monochromatic Colors of #CE0564
Black with #CE0564
Text Example
Text Example
White with #CE0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0564; }
p { color: rgb(206,5,100); }
H1.HeaderClassName
{
color: #CE0564;
}
.AnyTagClassName
{
color: #CE0564;
}
</style>
background-color css
<style>
a { background-color: #CE0564; }
a { background-color: rgb(206,5,100); }
div.DivClassName
{
background-color: #CE0564;
}
.BgClassName
{
background-color: #CE0564;
}
</style>
border-color css
<style>
span { border-color: #CE0564; }
span { border-color: rgb(206,5,100); }
td.TdClassName
{
border-color: #CE0564;
}
.TagClassName
{
border-color: #CE0564;
}
</style>