Shades of Ruby #CD2059
Tints of Ruby #CD2059
RGB
CMYK
RGB Variations
Color information
#CD2059 (or 0xCD2059) is known color: Ruby. HEX triplet: CD, 20 and 59. RGB value is (205,32,89). Sum of RGB (Red+Green+Blue) = 205+32+89=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2059 is #32DFA6. Grayscale: #5A5A5A. Windows color (decimal): -3334055 or 5841101. OLE color: 5841101.
HSL color Cylindrical-coordinate representation of color #CD2059: hue angle of 340.23º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2059 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 89 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.20 |
| HSL | 340.23º | 0.73% | 0.46% | - |
| HSV(B) | 340.23º | 0.84% | 0.8% | - |
| XYZ | 27.5 | 14.73 | 10.85 | - |
| YUV | 90.23 | 127.31 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 89 | 0 | 0.84 | 0.57 | 0.20 | 340.23 | 0.73 | 0.46 |
| Hex | CD | 20 | 59 | 0 | 54 | 39 | 14 | 154 | 49 | 2E |
| Octal | 315 | 40 | 131 | 0 | 124 | 71 | 24 | 524 | 111 | 56 |
| Binary | 11001101 | 100000 | 1011001 | 0 | 1010100 | 111001 | 10100 | 101010100 | 1001001 | 101110 |
Color Harmonies of #CD2059
Complementary color
Monochromatic Colors of #CD2059
Black with #CD2059
Text Example
Text Example
White with #CD2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2059; }
p { color: rgb(205,32,89); }
H1.HeaderClassName
{
color: #CD2059;
}
.AnyTagClassName
{
color: #CD2059;
}
</style>
background-color css
<style>
a { background-color: #CD2059; }
a { background-color: rgb(205,32,89); }
div.DivClassName
{
background-color: #CD2059;
}
.BgClassName
{
background-color: #CD2059;
}
</style>
border-color css
<style>
span { border-color: #CD2059; }
span { border-color: rgb(205,32,89); }
td.TdClassName
{
border-color: #CD2059;
}
.TagClassName
{
border-color: #CD2059;
}
</style>