Shades of Ruby #CD0C5E
Tints of Ruby #CD0C5E
RGB
CMYK
RGB Variations
Color information
#CD0C5E (or 0xCD0C5E) is known color: Ruby. HEX triplet: CD, 0C and 5E. RGB value is (205,12,94). Sum of RGB (Red+Green+Blue) = 205+12+94=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C5E is #32F3A1. Grayscale: #4E4E4E. Windows color (decimal): -3339170 or 6163661. OLE color: 6163661.
HSL color Cylindrical-coordinate representation of color #CD0C5E: hue angle of 334.51º degrees, saturation: 0.89, 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 #CD0C5E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 94 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.20 |
| HSL | 334.51º | 0.89% | 0.43% | - |
| HSV(B) | 334.51º | 0.94% | 0.8% | - |
| XYZ | 27.33 | 14.05 | 11.86 | - |
| YUV | 79.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 94 | 0 | 0.94 | 0.54 | 0.20 | 334.51 | 0.89 | 0.43 |
| Hex | CD | C | 5E | 0 | 5E | 36 | 14 | 14F | 59 | 2B |
| Octal | 315 | 14 | 136 | 0 | 136 | 66 | 24 | 517 | 131 | 53 |
| Binary | 11001101 | 1100 | 1011110 | 0 | 1011110 | 110110 | 10100 | 101001111 | 1011001 | 101011 |
Color Harmonies of #CD0C5E
Complementary color
Monochromatic Colors of #CD0C5E
Black with #CD0C5E
Text Example
Text Example
White with #CD0C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C5E; }
p { color: rgb(205,12,94); }
H1.HeaderClassName
{
color: #CD0C5E;
}
.AnyTagClassName
{
color: #CD0C5E;
}
</style>
background-color css
<style>
a { background-color: #CD0C5E; }
a { background-color: rgb(205,12,94); }
div.DivClassName
{
background-color: #CD0C5E;
}
.BgClassName
{
background-color: #CD0C5E;
}
</style>
border-color css
<style>
span { border-color: #CD0C5E; }
span { border-color: rgb(205,12,94); }
td.TdClassName
{
border-color: #CD0C5E;
}
.TagClassName
{
border-color: #CD0C5E;
}
</style>