Shades of Ruby #CE206B
Tints of Ruby #CE206B
RGB
CMYK
RGB Variations
Color information
#CE206B (or 0xCE206B) is known color: Ruby. HEX triplet: CE, 20 and 6B. RGB value is (206,32,107). Sum of RGB (Red+Green+Blue) = 206+32+107=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE206B is #31DF94. Grayscale: #5C5C5C. Windows color (decimal): -3268501 or 7020750. OLE color: 7020750.
HSL color Cylindrical-coordinate representation of color #CE206B: hue angle of 334.14º 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 #CE206B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 107 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.19 |
| HSL | 334.14º | 0.73% | 0.47% | - |
| HSV(B) | 334.14º | 0.84% | 0.81% | - |
| XYZ | 28.62 | 15.22 | 15.34 | - |
| YUV | 92.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 107 | 0 | 0.84 | 0.48 | 0.19 | 334.14 | 0.73 | 0.47 |
| Hex | CE | 20 | 6B | 0 | 54 | 30 | 13 | 14E | 49 | 2F |
| Octal | 316 | 40 | 153 | 0 | 124 | 60 | 23 | 516 | 111 | 57 |
| Binary | 11001110 | 100000 | 1101011 | 0 | 1010100 | 110000 | 10011 | 101001110 | 1001001 | 101111 |
Color Harmonies of #CE206B
Complementary color
Monochromatic Colors of #CE206B
Black with #CE206B
Text Example
Text Example
White with #CE206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE206B; }
p { color: rgb(206,32,107); }
H1.HeaderClassName
{
color: #CE206B;
}
.AnyTagClassName
{
color: #CE206B;
}
</style>
background-color css
<style>
a { background-color: #CE206B; }
a { background-color: rgb(206,32,107); }
div.DivClassName
{
background-color: #CE206B;
}
.BgClassName
{
background-color: #CE206B;
}
</style>
border-color css
<style>
span { border-color: #CE206B; }
span { border-color: rgb(206,32,107); }
td.TdClassName
{
border-color: #CE206B;
}
.TagClassName
{
border-color: #CE206B;
}
</style>