Shades of Ruby #CE205C
Tints of Ruby #CE205C
RGB
CMYK
RGB Variations
Color information
#CE205C (or 0xCE205C) is known color: Ruby. HEX triplet: CE, 20 and 5C. RGB value is (206,32,92). Sum of RGB (Red+Green+Blue) = 206+32+92=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE205C is #31DFA3. Grayscale: #5A5A5A. Windows color (decimal): -3268516 or 6037710. OLE color: 6037710.
HSL color Cylindrical-coordinate representation of color #CE205C: hue angle of 339.31º 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 #CE205C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 32 | 92 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.19 |
| HSL | 339.31º | 0.73% | 0.47% | - |
| HSV(B) | 339.31º | 0.84% | 0.81% | - |
| XYZ | 27.9 | 14.93 | 11.54 | - |
| YUV | 90.87 | 128.65 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 32 | 92 | 0 | 0.84 | 0.55 | 0.19 | 339.31 | 0.73 | 0.47 |
| Hex | CE | 20 | 5C | 0 | 54 | 37 | 13 | 153 | 49 | 2F |
| Octal | 316 | 40 | 134 | 0 | 124 | 67 | 23 | 523 | 111 | 57 |
| Binary | 11001110 | 100000 | 1011100 | 0 | 1010100 | 110111 | 10011 | 101010011 | 1001001 | 101111 |
Color Harmonies of #CE205C
Complementary color
Monochromatic Colors of #CE205C
Black with #CE205C
Text Example
Text Example
White with #CE205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE205C; }
p { color: rgb(206,32,92); }
H1.HeaderClassName
{
color: #CE205C;
}
.AnyTagClassName
{
color: #CE205C;
}
</style>
background-color css
<style>
a { background-color: #CE205C; }
a { background-color: rgb(206,32,92); }
div.DivClassName
{
background-color: #CE205C;
}
.BgClassName
{
background-color: #CE205C;
}
</style>
border-color css
<style>
span { border-color: #CE205C; }
span { border-color: rgb(206,32,92); }
td.TdClassName
{
border-color: #CE205C;
}
.TagClassName
{
border-color: #CE205C;
}
</style>