Shades of Ruby #CD0C4F
Tints of Ruby #CD0C4F
RGB
CMYK
RGB Variations
Color information
#CD0C4F (or 0xCD0C4F) is known color: Ruby. HEX triplet: CD, 0C and 4F. RGB value is (205,12,79). Sum of RGB (Red+Green+Blue) = 205+12+79=296 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.26% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C4F is #32F3B0. Grayscale: #4D4D4D. Windows color (decimal): -3339185 or 5180621. OLE color: 5180621.
HSL color Cylindrical-coordinate representation of color #CD0C4F: hue angle of 339.17º 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 #CD0C4F is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 79 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.20 |
| HSL | 339.17º | 0.89% | 0.43% | - |
| HSV(B) | 339.17º | 0.94% | 0.8% | - |
| XYZ | 26.72 | 13.81 | 8.65 | - |
| YUV | 77.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 79 | 0 | 0.94 | 0.61 | 0.20 | 339.17 | 0.89 | 0.43 |
| Hex | CD | C | 4F | 0 | 5E | 3D | 14 | 153 | 59 | 2B |
| Octal | 315 | 14 | 117 | 0 | 136 | 75 | 24 | 523 | 131 | 53 |
| Binary | 11001101 | 1100 | 1001111 | 0 | 1011110 | 111101 | 10100 | 101010011 | 1011001 | 101011 |
Color Harmonies of #CD0C4F
Complementary color
Monochromatic Colors of #CD0C4F
Black with #CD0C4F
Text Example
Text Example
White with #CD0C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C4F; }
p { color: rgb(205,12,79); }
H1.HeaderClassName
{
color: #CD0C4F;
}
.AnyTagClassName
{
color: #CD0C4F;
}
</style>
background-color css
<style>
a { background-color: #CD0C4F; }
a { background-color: rgb(205,12,79); }
div.DivClassName
{
background-color: #CD0C4F;
}
.BgClassName
{
background-color: #CD0C4F;
}
</style>
border-color css
<style>
span { border-color: #CD0C4F; }
span { border-color: rgb(205,12,79); }
td.TdClassName
{
border-color: #CD0C4F;
}
.TagClassName
{
border-color: #CD0C4F;
}
</style>