Shades of Ruby #CE146E
Tints of Ruby #CE146E
RGB
CMYK
RGB Variations
Color information
#CE146E (or 0xCE146E) is known color: Ruby. HEX triplet: CE, 14 and 6E. RGB value is (206,20,110). Sum of RGB (Red+Green+Blue) = 206+20+110=336 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.31% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 206 - color contains mainly: red. Hex color #CE146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE146E is #31EB91. Grayscale: #555555. Windows color (decimal): -3271570 or 7214286. OLE color: 7214286.
HSL color Cylindrical-coordinate representation of color #CE146E: hue angle of 330.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE146E is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 110 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.19 |
| HSL | 330.97º | 0.82% | 0.44% | - |
| HSV(B) | 330.97º | 0.9% | 0.81% | - |
| XYZ | 28.52 | 14.75 | 16.1 | - |
| YUV | 85.87 | 141.62 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 110 | 0 | 0.90 | 0.47 | 0.19 | 330.97 | 0.82 | 0.44 |
| Hex | CE | 14 | 6E | 0 | 5A | 2F | 13 | 14B | 52 | 2C |
| Octal | 316 | 24 | 156 | 0 | 132 | 57 | 23 | 513 | 122 | 54 |
| Binary | 11001110 | 10100 | 1101110 | 0 | 1011010 | 101111 | 10011 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CE146E
Complementary color
Monochromatic Colors of #CE146E
Black with #CE146E
Text Example
Text Example
White with #CE146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE146E; }
p { color: rgb(206,20,110); }
H1.HeaderClassName
{
color: #CE146E;
}
.AnyTagClassName
{
color: #CE146E;
}
</style>
background-color css
<style>
a { background-color: #CE146E; }
a { background-color: rgb(206,20,110); }
div.DivClassName
{
background-color: #CE146E;
}
.BgClassName
{
background-color: #CE146E;
}
</style>
border-color css
<style>
span { border-color: #CE146E; }
span { border-color: rgb(206,20,110); }
td.TdClassName
{
border-color: #CE146E;
}
.TagClassName
{
border-color: #CE146E;
}
</style>