Shades of Ruby #CE205D
Tints of Ruby #CE205D
RGB
CMYK
RGB Variations
Color information
#CE205D (or 0xCE205D) is known color: Ruby. HEX triplet: CE, 20 and 5D. RGB value is (206,32,93). Sum of RGB (Red+Green+Blue) = 206+32+93=331 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.24% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 206 - color contains mainly: red. Hex color #CE205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE205D is #31DFA2. Grayscale: #5A5A5A. Windows color (decimal): -3268515 or 6103246. OLE color: 6103246.
HSL color Cylindrical-coordinate representation of color #CE205D: hue angle of 338.97º 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 #CE205D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 93 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.19 |
| HSL | 338.97º | 0.73% | 0.47% | - |
| HSV(B) | 338.97º | 0.84% | 0.81% | - |
| XYZ | 27.95 | 14.95 | 11.77 | - |
| YUV | 90.98 | 129.15 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 93 | 0 | 0.84 | 0.55 | 0.19 | 338.97 | 0.73 | 0.47 |
| Hex | CE | 20 | 5D | 0 | 54 | 37 | 13 | 153 | 49 | 2F |
| Octal | 316 | 40 | 135 | 0 | 124 | 67 | 23 | 523 | 111 | 57 |
| Binary | 11001110 | 100000 | 1011101 | 0 | 1010100 | 110111 | 10011 | 101010011 | 1001001 | 101111 |
Color Harmonies of #CE205D
Complementary color
Monochromatic Colors of #CE205D
Black with #CE205D
Text Example
Text Example
White with #CE205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE205D; }
p { color: rgb(206,32,93); }
H1.HeaderClassName
{
color: #CE205D;
}
.AnyTagClassName
{
color: #CE205D;
}
</style>
background-color css
<style>
a { background-color: #CE205D; }
a { background-color: rgb(206,32,93); }
div.DivClassName
{
background-color: #CE205D;
}
.BgClassName
{
background-color: #CE205D;
}
</style>
border-color css
<style>
span { border-color: #CE205D; }
span { border-color: rgb(206,32,93); }
td.TdClassName
{
border-color: #CE205D;
}
.TagClassName
{
border-color: #CE205D;
}
</style>