Shades of Ruby #CE0561
Tints of Ruby #CE0561
RGB
CMYK
RGB Variations
Color information
#CE0561 (or 0xCE0561) is known color: Ruby. HEX triplet: CE, 05 and 61. RGB value is (206,5,97). Sum of RGB (Red+Green+Blue) = 206+5+97=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0561 is #31FA9E. Grayscale: #4B4B4B. Windows color (decimal): -3275423 or 6358478. OLE color: 6358478.
HSL color Cylindrical-coordinate representation of color #CE0561: hue angle of 332.54º 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 #CE0561 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 97 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.19 |
| HSL | 332.54º | 0.95% | 0.41% | - |
| HSV(B) | 332.54º | 0.98% | 0.81% | - |
| XYZ | 27.67 | 14.09 | 12.57 | - |
| YUV | 75.59 | 140.09 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 97 | 0 | 0.98 | 0.53 | 0.19 | 332.54 | 0.95 | 0.41 |
| Hex | CE | 5 | 61 | 0 | 62 | 35 | 13 | 14D | 5F | 29 |
| Octal | 316 | 5 | 141 | 0 | 142 | 65 | 23 | 515 | 137 | 51 |
| Binary | 11001110 | 101 | 1100001 | 0 | 1100010 | 110101 | 10011 | 101001101 | 1011111 | 101001 |
Color Harmonies of #CE0561
Complementary color
Monochromatic Colors of #CE0561
Black with #CE0561
Text Example
Text Example
White with #CE0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0561; }
p { color: rgb(206,5,97); }
H1.HeaderClassName
{
color: #CE0561;
}
.AnyTagClassName
{
color: #CE0561;
}
</style>
background-color css
<style>
a { background-color: #CE0561; }
a { background-color: rgb(206,5,97); }
div.DivClassName
{
background-color: #CE0561;
}
.BgClassName
{
background-color: #CE0561;
}
</style>
border-color css
<style>
span { border-color: #CE0561; }
span { border-color: rgb(206,5,97); }
td.TdClassName
{
border-color: #CE0561;
}
.TagClassName
{
border-color: #CE0561;
}
</style>