Shades of Ruby #CE0568
Tints of Ruby #CE0568
RGB
CMYK
RGB Variations
Color information
#CE0568 (or 0xCE0568) is known color: Ruby. HEX triplet: CE, 05 and 68. RGB value is (206,5,104). Sum of RGB (Red+Green+Blue) = 206+5+104=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0568 is #31FA97. Grayscale: #4C4C4C. Windows color (decimal): -3275416 or 6817230. OLE color: 6817230.
HSL color Cylindrical-coordinate representation of color #CE0568: hue angle of 330.45º 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 #CE0568 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.19 |
| HSL | 330.45º | 0.95% | 0.41% | - |
| HSV(B) | 330.45º | 0.98% | 0.81% | - |
| XYZ | 28.01 | 14.23 | 14.37 | - |
| YUV | 76.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 104 | 0 | 0.98 | 0.50 | 0.19 | 330.45 | 0.95 | 0.41 |
| Hex | CE | 5 | 68 | 0 | 62 | 32 | 13 | 14A | 5F | 29 |
| Octal | 316 | 5 | 150 | 0 | 142 | 62 | 23 | 512 | 137 | 51 |
| Binary | 11001110 | 101 | 1101000 | 0 | 1100010 | 110010 | 10011 | 101001010 | 1011111 | 101001 |
Color Harmonies of #CE0568
Complementary color
Monochromatic Colors of #CE0568
Black with #CE0568
Text Example
Text Example
White with #CE0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0568; }
p { color: rgb(206,5,104); }
H1.HeaderClassName
{
color: #CE0568;
}
.AnyTagClassName
{
color: #CE0568;
}
</style>
background-color css
<style>
a { background-color: #CE0568; }
a { background-color: rgb(206,5,104); }
div.DivClassName
{
background-color: #CE0568;
}
.BgClassName
{
background-color: #CE0568;
}
</style>
border-color css
<style>
span { border-color: #CE0568; }
span { border-color: rgb(206,5,104); }
td.TdClassName
{
border-color: #CE0568;
}
.TagClassName
{
border-color: #CE0568;
}
</style>