Shades of Ruby #CE125E
Tints of Ruby #CE125E
RGB
CMYK
RGB Variations
Color information
#CE125E (or 0xCE125E) is known color: Ruby. HEX triplet: CE, 12 and 5E. RGB value is (206,18,94). Sum of RGB (Red+Green+Blue) = 206+18+94=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE125E is #31EDA1. Grayscale: #525252. Windows color (decimal): -3272098 or 6165198. OLE color: 6165198.
HSL color Cylindrical-coordinate representation of color #CE125E: hue angle of 335.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE125E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 94 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.19 |
| HSL | 335.74º | 0.84% | 0.44% | - |
| HSV(B) | 335.74º | 0.91% | 0.81% | - |
| XYZ | 27.69 | 14.36 | 11.9 | - |
| YUV | 82.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 94 | 0 | 0.91 | 0.54 | 0.19 | 335.74 | 0.84 | 0.44 |
| Hex | CE | 12 | 5E | 0 | 5B | 36 | 13 | 150 | 54 | 2C |
| Octal | 316 | 22 | 136 | 0 | 133 | 66 | 23 | 520 | 124 | 54 |
| Binary | 11001110 | 10010 | 1011110 | 0 | 1011011 | 110110 | 10011 | 101010000 | 1010100 | 101100 |
Color Harmonies of #CE125E
Complementary color
Monochromatic Colors of #CE125E
Black with #CE125E
Text Example
Text Example
White with #CE125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE125E; }
p { color: rgb(206,18,94); }
H1.HeaderClassName
{
color: #CE125E;
}
.AnyTagClassName
{
color: #CE125E;
}
</style>
background-color css
<style>
a { background-color: #CE125E; }
a { background-color: rgb(206,18,94); }
div.DivClassName
{
background-color: #CE125E;
}
.BgClassName
{
background-color: #CE125E;
}
</style>
border-color css
<style>
span { border-color: #CE125E; }
span { border-color: rgb(206,18,94); }
td.TdClassName
{
border-color: #CE125E;
}
.TagClassName
{
border-color: #CE125E;
}
</style>