Shades of Ruby #CD0D4E
Tints of Ruby #CD0D4E
RGB
CMYK
RGB Variations
Color information
#CD0D4E (or 0xCD0D4E) is known color: Ruby. HEX triplet: CD, 0D and 4E. RGB value is (205,13,78). Sum of RGB (Red+Green+Blue) = 205+13+78=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D4E is #32F2B1. Grayscale: #4D4D4D. Windows color (decimal): -3338930 or 5115341. OLE color: 5115341.
HSL color Cylindrical-coordinate representation of color #CD0D4E: hue angle of 339.69º 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 #CD0D4E is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.20 |
| HSL | 339.69º | 0.88% | 0.43% | - |
| HSV(B) | 339.69º | 0.94% | 0.8% | - |
| XYZ | 26.7 | 13.82 | 8.47 | - |
| YUV | 77.82 | 128.11 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 78 | 0 | 0.94 | 0.62 | 0.20 | 339.69 | 0.88 | 0.43 |
| Hex | CD | D | 4E | 0 | 5E | 3E | 14 | 154 | 58 | 2B |
| Octal | 315 | 15 | 116 | 0 | 136 | 76 | 24 | 524 | 130 | 53 |
| Binary | 11001101 | 1101 | 1001110 | 0 | 1011110 | 111110 | 10100 | 101010100 | 1011000 | 101011 |
Color Harmonies of #CD0D4E
Complementary color
Monochromatic Colors of #CD0D4E
Black with #CD0D4E
Text Example
Text Example
White with #CD0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D4E; }
p { color: rgb(205,13,78); }
H1.HeaderClassName
{
color: #CD0D4E;
}
.AnyTagClassName
{
color: #CD0D4E;
}
</style>
background-color css
<style>
a { background-color: #CD0D4E; }
a { background-color: rgb(205,13,78); }
div.DivClassName
{
background-color: #CD0D4E;
}
.BgClassName
{
background-color: #CD0D4E;
}
</style>
border-color css
<style>
span { border-color: #CD0D4E; }
span { border-color: rgb(205,13,78); }
td.TdClassName
{
border-color: #CD0D4E;
}
.TagClassName
{
border-color: #CD0D4E;
}
</style>