Shades of Ruby #CE056E
Tints of Ruby #CE056E
RGB
CMYK
RGB Variations
Color information
#CE056E (or 0xCE056E) is known color: Ruby. HEX triplet: CE, 05 and 6E. RGB value is (206,5,110). Sum of RGB (Red+Green+Blue) = 206+5+110=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE056E is #31FA91. Grayscale: #4C4C4C. Windows color (decimal): -3275410 or 7210446. OLE color: 7210446.
HSL color Cylindrical-coordinate representation of color #CE056E: hue angle of 328.66º 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 #CE056E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 5 | 110 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.19 |
| HSL | 328.66º | 0.95% | 0.41% | - |
| HSV(B) | 328.66º | 0.98% | 0.81% | - |
| XYZ | 28.32 | 14.36 | 16.03 | - |
| YUV | 77.07 | 146.59 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 5 | 110 | 0 | 0.98 | 0.47 | 0.19 | 328.66 | 0.95 | 0.41 |
| Hex | CE | 5 | 6E | 0 | 62 | 2F | 13 | 149 | 5F | 29 |
| Octal | 316 | 5 | 156 | 0 | 142 | 57 | 23 | 511 | 137 | 51 |
| Binary | 11001110 | 101 | 1101110 | 0 | 1100010 | 101111 | 10011 | 101001001 | 1011111 | 101001 |
Color Harmonies of #CE056E
Complementary color
Monochromatic Colors of #CE056E
Black with #CE056E
Text Example
Text Example
White with #CE056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE056E; }
p { color: rgb(206,5,110); }
H1.HeaderClassName
{
color: #CE056E;
}
.AnyTagClassName
{
color: #CE056E;
}
</style>
background-color css
<style>
a { background-color: #CE056E; }
a { background-color: rgb(206,5,110); }
div.DivClassName
{
background-color: #CE056E;
}
.BgClassName
{
background-color: #CE056E;
}
</style>
border-color css
<style>
span { border-color: #CE056E; }
span { border-color: rgb(206,5,110); }
td.TdClassName
{
border-color: #CE056E;
}
.TagClassName
{
border-color: #CE056E;
}
</style>