Shades of Ruby #CE206F
Tints of Ruby #CE206F
RGB
CMYK
RGB Variations
Color information
#CE206F (or 0xCE206F) is known color: Ruby. HEX triplet: CE, 20 and 6F. RGB value is (206,32,111). Sum of RGB (Red+Green+Blue) = 206+32+111=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE206F is #31DF90. Grayscale: #5C5C5C. Windows color (decimal): -3268497 or 7282894. OLE color: 7282894.
HSL color Cylindrical-coordinate representation of color #CE206F: hue angle of 332.76º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE206F is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 111 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.19 |
| HSL | 332.76º | 0.73% | 0.47% | - |
| HSV(B) | 332.76º | 0.84% | 0.81% | - |
| XYZ | 28.84 | 15.3 | 16.47 | - |
| YUV | 93.03 | 138.15 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 111 | 0 | 0.84 | 0.46 | 0.19 | 332.76 | 0.73 | 0.47 |
| Hex | CE | 20 | 6F | 0 | 54 | 2E | 13 | 14D | 49 | 2F |
| Octal | 316 | 40 | 157 | 0 | 124 | 56 | 23 | 515 | 111 | 57 |
| Binary | 11001110 | 100000 | 1101111 | 0 | 1010100 | 101110 | 10011 | 101001101 | 1001001 | 101111 |
Color Harmonies of #CE206F
Complementary color
Monochromatic Colors of #CE206F
Black with #CE206F
Text Example
Text Example
White with #CE206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE206F; }
p { color: rgb(206,32,111); }
H1.HeaderClassName
{
color: #CE206F;
}
.AnyTagClassName
{
color: #CE206F;
}
</style>
background-color css
<style>
a { background-color: #CE206F; }
a { background-color: rgb(206,32,111); }
div.DivClassName
{
background-color: #CE206F;
}
.BgClassName
{
background-color: #CE206F;
}
</style>
border-color css
<style>
span { border-color: #CE206F; }
span { border-color: rgb(206,32,111); }
td.TdClassName
{
border-color: #CE206F;
}
.TagClassName
{
border-color: #CE206F;
}
</style>