Shades of Ruby #CE0F5C
Tints of Ruby #CE0F5C
RGB
CMYK
RGB Variations
Color information
#CE0F5C (or 0xCE0F5C) is known color: Ruby. HEX triplet: CE, 0F and 5C. RGB value is (206,15,92). Sum of RGB (Red+Green+Blue) = 206+15+92=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0F5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0F5C is #31F0A3. Grayscale: #505050. Windows color (decimal): -3272868 or 6033358. OLE color: 6033358.
HSL color Cylindrical-coordinate representation of color #CE0F5C: hue angle of 335.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0F5C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 15 | 92 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.19 |
| HSL | 335.81º | 0.86% | 0.43% | - |
| HSV(B) | 335.81º | 0.93% | 0.81% | - |
| XYZ | 27.56 | 14.24 | 11.42 | - |
| YUV | 80.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 15 | 92 | 0 | 0.93 | 0.55 | 0.19 | 335.81 | 0.86 | 0.43 |
| Hex | CE | F | 5C | 0 | 5D | 37 | 13 | 150 | 56 | 2B |
| Octal | 316 | 17 | 134 | 0 | 135 | 67 | 23 | 520 | 126 | 53 |
| Binary | 11001110 | 1111 | 1011100 | 0 | 1011101 | 110111 | 10011 | 101010000 | 1010110 | 101011 |
Color Harmonies of #CE0F5C
Complementary color
Monochromatic Colors of #CE0F5C
Black with #CE0F5C
Text Example
Text Example
White with #CE0F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0F5C; }
p { color: rgb(206,15,92); }
H1.HeaderClassName
{
color: #CE0F5C;
}
.AnyTagClassName
{
color: #CE0F5C;
}
</style>
background-color css
<style>
a { background-color: #CE0F5C; }
a { background-color: rgb(206,15,92); }
div.DivClassName
{
background-color: #CE0F5C;
}
.BgClassName
{
background-color: #CE0F5C;
}
</style>
border-color css
<style>
span { border-color: #CE0F5C; }
span { border-color: rgb(206,15,92); }
td.TdClassName
{
border-color: #CE0F5C;
}
.TagClassName
{
border-color: #CE0F5C;
}
</style>