Shades of Ruby #CE146D
Tints of Ruby #CE146D
RGB
CMYK
RGB Variations
Color information
#CE146D (or 0xCE146D) is known color: Ruby. HEX triplet: CE, 14 and 6D. RGB value is (206,20,109). Sum of RGB (Red+Green+Blue) = 206+20+109=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE146D is #31EB92. Grayscale: #555555. Windows color (decimal): -3271571 or 7148750. OLE color: 7148750.
HSL color Cylindrical-coordinate representation of color #CE146D: hue angle of 331.29º 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 #CE146D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 109 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.19 |
| HSL | 331.29º | 0.82% | 0.44% | - |
| HSV(B) | 331.29º | 0.9% | 0.81% | - |
| XYZ | 28.46 | 14.73 | 15.81 | - |
| YUV | 85.76 | 141.12 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 109 | 0 | 0.90 | 0.47 | 0.19 | 331.29 | 0.82 | 0.44 |
| Hex | CE | 14 | 6D | 0 | 5A | 2F | 13 | 14B | 52 | 2C |
| Octal | 316 | 24 | 155 | 0 | 132 | 57 | 23 | 513 | 122 | 54 |
| Binary | 11001110 | 10100 | 1101101 | 0 | 1011010 | 101111 | 10011 | 101001011 | 1010010 | 101100 |
Color Harmonies of #CE146D
Complementary color
Monochromatic Colors of #CE146D
Black with #CE146D
Text Example
Text Example
White with #CE146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE146D; }
p { color: rgb(206,20,109); }
H1.HeaderClassName
{
color: #CE146D;
}
.AnyTagClassName
{
color: #CE146D;
}
</style>
background-color css
<style>
a { background-color: #CE146D; }
a { background-color: rgb(206,20,109); }
div.DivClassName
{
background-color: #CE146D;
}
.BgClassName
{
background-color: #CE146D;
}
</style>
border-color css
<style>
span { border-color: #CE146D; }
span { border-color: rgb(206,20,109); }
td.TdClassName
{
border-color: #CE146D;
}
.TagClassName
{
border-color: #CE146D;
}
</style>