Shades of Ruby #CD0C5F
Tints of Ruby #CD0C5F
RGB
CMYK
RGB Variations
Color information
#CD0C5F (or 0xCD0C5F) is known color: Ruby. HEX triplet: CD, 0C and 5F. RGB value is (205,12,95). Sum of RGB (Red+Green+Blue) = 205+12+95=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0C5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0C5F is #32F3A0. Grayscale: #4F4F4F. Windows color (decimal): -3339169 or 6229197. OLE color: 6229197.
HSL color Cylindrical-coordinate representation of color #CD0C5F: hue angle of 334.2º 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 #CD0C5F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 12 | 95 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.20 |
| HSL | 334.2º | 0.89% | 0.43% | - |
| HSV(B) | 334.2º | 0.94% | 0.8% | - |
| XYZ | 27.37 | 14.07 | 12.1 | - |
| YUV | 79.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 12 | 95 | 0 | 0.94 | 0.54 | 0.20 | 334.2 | 0.89 | 0.43 |
| Hex | CD | C | 5F | 0 | 5E | 36 | 14 | 14E | 59 | 2B |
| Octal | 315 | 14 | 137 | 0 | 136 | 66 | 24 | 516 | 131 | 53 |
| Binary | 11001101 | 1100 | 1011111 | 0 | 1011110 | 110110 | 10100 | 101001110 | 1011001 | 101011 |
Color Harmonies of #CD0C5F
Complementary color
Monochromatic Colors of #CD0C5F
Black with #CD0C5F
Text Example
Text Example
White with #CD0C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0C5F; }
p { color: rgb(205,12,95); }
H1.HeaderClassName
{
color: #CD0C5F;
}
.AnyTagClassName
{
color: #CD0C5F;
}
</style>
background-color css
<style>
a { background-color: #CD0C5F; }
a { background-color: rgb(205,12,95); }
div.DivClassName
{
background-color: #CD0C5F;
}
.BgClassName
{
background-color: #CD0C5F;
}
</style>
border-color css
<style>
span { border-color: #CD0C5F; }
span { border-color: rgb(205,12,95); }
td.TdClassName
{
border-color: #CD0C5F;
}
.TagClassName
{
border-color: #CD0C5F;
}
</style>