Shades of Ruby #CE1263
Tints of Ruby #CE1263
RGB
CMYK
RGB Variations
Color information
#CE1263 (or 0xCE1263) is known color: Ruby. HEX triplet: CE, 12 and 63. RGB value is (206,18,99). Sum of RGB (Red+Green+Blue) = 206+18+99=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE1263 is #31ED9C. Grayscale: #535353. Windows color (decimal): -3272093 or 6492878. OLE color: 6492878.
HSL color Cylindrical-coordinate representation of color #CE1263: hue angle of 334.15º 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 #CE1263 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 99 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.19 |
| HSL | 334.15º | 0.84% | 0.44% | - |
| HSV(B) | 334.15º | 0.91% | 0.81% | - |
| XYZ | 27.92 | 14.46 | 13.12 | - |
| YUV | 83.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 99 | 0 | 0.91 | 0.52 | 0.19 | 334.15 | 0.84 | 0.44 |
| Hex | CE | 12 | 63 | 0 | 5B | 34 | 13 | 14E | 54 | 2C |
| Octal | 316 | 22 | 143 | 0 | 133 | 64 | 23 | 516 | 124 | 54 |
| Binary | 11001110 | 10010 | 1100011 | 0 | 1011011 | 110100 | 10011 | 101001110 | 1010100 | 101100 |
Color Harmonies of #CE1263
Complementary color
Monochromatic Colors of #CE1263
Black with #CE1263
Text Example
Text Example
White with #CE1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1263; }
p { color: rgb(206,18,99); }
H1.HeaderClassName
{
color: #CE1263;
}
.AnyTagClassName
{
color: #CE1263;
}
</style>
background-color css
<style>
a { background-color: #CE1263; }
a { background-color: rgb(206,18,99); }
div.DivClassName
{
background-color: #CE1263;
}
.BgClassName
{
background-color: #CE1263;
}
</style>
border-color css
<style>
span { border-color: #CE1263; }
span { border-color: rgb(206,18,99); }
td.TdClassName
{
border-color: #CE1263;
}
.TagClassName
{
border-color: #CE1263;
}
</style>