Shades of Ruby #CE205F
Tints of Ruby #CE205F
RGB
CMYK
RGB Variations
Color information
#CE205F (or 0xCE205F) is known color: Ruby. HEX triplet: CE, 20 and 5F. RGB value is (206,32,95). Sum of RGB (Red+Green+Blue) = 206+32+95=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE205F is #31DFA0. Grayscale: #5B5B5B. Windows color (decimal): -3268513 or 6234318. OLE color: 6234318.
HSL color Cylindrical-coordinate representation of color #CE205F: hue angle of 338.28º 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 #CE205F is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 95 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.19 |
| HSL | 338.28º | 0.73% | 0.47% | - |
| HSV(B) | 338.28º | 0.84% | 0.81% | - |
| XYZ | 28.04 | 14.98 | 12.24 | - |
| YUV | 91.21 | 130.15 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 95 | 0 | 0.84 | 0.54 | 0.19 | 338.28 | 0.73 | 0.47 |
| Hex | CE | 20 | 5F | 0 | 54 | 36 | 13 | 152 | 49 | 2F |
| Octal | 316 | 40 | 137 | 0 | 124 | 66 | 23 | 522 | 111 | 57 |
| Binary | 11001110 | 100000 | 1011111 | 0 | 1010100 | 110110 | 10011 | 101010010 | 1001001 | 101111 |
Color Harmonies of #CE205F
Complementary color
Monochromatic Colors of #CE205F
Black with #CE205F
Text Example
Text Example
White with #CE205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE205F; }
p { color: rgb(206,32,95); }
H1.HeaderClassName
{
color: #CE205F;
}
.AnyTagClassName
{
color: #CE205F;
}
</style>
background-color css
<style>
a { background-color: #CE205F; }
a { background-color: rgb(206,32,95); }
div.DivClassName
{
background-color: #CE205F;
}
.BgClassName
{
background-color: #CE205F;
}
</style>
border-color css
<style>
span { border-color: #CE205F; }
span { border-color: rgb(206,32,95); }
td.TdClassName
{
border-color: #CE205F;
}
.TagClassName
{
border-color: #CE205F;
}
</style>