Shades of Ruby #CD0D5C
Tints of Ruby #CD0D5C
RGB
CMYK
RGB Variations
Color information
#CD0D5C (or 0xCD0D5C) is known color: Ruby. HEX triplet: CD, 0D and 5C. RGB value is (205,13,92). Sum of RGB (Red+Green+Blue) = 205+13+92=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D5C is #32F2A3. Grayscale: #4F4F4F. Windows color (decimal): -3338916 or 6032845. OLE color: 6032845.
HSL color Cylindrical-coordinate representation of color #CD0D5C: hue angle of 335.31º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D5C is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 92 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.20 |
| HSL | 335.31º | 0.88% | 0.43% | - |
| HSV(B) | 335.31º | 0.94% | 0.8% | - |
| XYZ | 27.25 | 14.04 | 11.4 | - |
| YUV | 79.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 92 | 0 | 0.94 | 0.55 | 0.20 | 335.31 | 0.88 | 0.43 |
| Hex | CD | D | 5C | 0 | 5E | 37 | 14 | 14F | 58 | 2B |
| Octal | 315 | 15 | 134 | 0 | 136 | 67 | 24 | 517 | 130 | 53 |
| Binary | 11001101 | 1101 | 1011100 | 0 | 1011110 | 110111 | 10100 | 101001111 | 1011000 | 101011 |
Color Harmonies of #CD0D5C
Complementary color
Monochromatic Colors of #CD0D5C
Black with #CD0D5C
Text Example
Text Example
White with #CD0D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D5C; }
p { color: rgb(205,13,92); }
H1.HeaderClassName
{
color: #CD0D5C;
}
.AnyTagClassName
{
color: #CD0D5C;
}
</style>
background-color css
<style>
a { background-color: #CD0D5C; }
a { background-color: rgb(205,13,92); }
div.DivClassName
{
background-color: #CD0D5C;
}
.BgClassName
{
background-color: #CD0D5C;
}
</style>
border-color css
<style>
span { border-color: #CD0D5C; }
span { border-color: rgb(205,13,92); }
td.TdClassName
{
border-color: #CD0D5C;
}
.TagClassName
{
border-color: #CD0D5C;
}
</style>