Shades of Ruby #CD1159
Tints of Ruby #CD1159
RGB
CMYK
RGB Variations
Color information
#CD1159 (or 0xCD1159) is known color: Ruby. HEX triplet: CD, 11 and 59. RGB value is (205,17,89). Sum of RGB (Red+Green+Blue) = 205+17+89=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1159 is #32EEA6. Grayscale: #515151. Windows color (decimal): -3337895 or 5837261. OLE color: 5837261.
HSL color Cylindrical-coordinate representation of color #CD1159: hue angle of 337.02º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1159 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 89 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.20 |
| HSL | 337.02º | 0.85% | 0.44% | - |
| HSV(B) | 337.02º | 0.92% | 0.8% | - |
| XYZ | 27.18 | 14.1 | 10.74 | - |
| YUV | 81.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 89 | 0 | 0.92 | 0.57 | 0.20 | 337.02 | 0.85 | 0.44 |
| Hex | CD | 11 | 59 | 0 | 5C | 39 | 14 | 151 | 55 | 2C |
| Octal | 315 | 21 | 131 | 0 | 134 | 71 | 24 | 521 | 125 | 54 |
| Binary | 11001101 | 10001 | 1011001 | 0 | 1011100 | 111001 | 10100 | 101010001 | 1010101 | 101100 |
Color Harmonies of #CD1159
Complementary color
Monochromatic Colors of #CD1159
Black with #CD1159
Text Example
Text Example
White with #CD1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1159; }
p { color: rgb(205,17,89); }
H1.HeaderClassName
{
color: #CD1159;
}
.AnyTagClassName
{
color: #CD1159;
}
</style>
background-color css
<style>
a { background-color: #CD1159; }
a { background-color: rgb(205,17,89); }
div.DivClassName
{
background-color: #CD1159;
}
.BgClassName
{
background-color: #CD1159;
}
</style>
border-color css
<style>
span { border-color: #CD1159; }
span { border-color: rgb(205,17,89); }
td.TdClassName
{
border-color: #CD1159;
}
.TagClassName
{
border-color: #CD1159;
}
</style>