Shades of Ruby #CD056C
Tints of Ruby #CD056C
RGB
CMYK
RGB Variations
Color information
#CD056C (or 0xCD056C) is known color: Ruby. HEX triplet: CD, 05 and 6C. RGB value is (205,5,108). Sum of RGB (Red+Green+Blue) = 205+5+108=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD056C is #32FA93. Grayscale: #4C4C4C. Windows color (decimal): -3340948 or 7079373. OLE color: 7079373.
HSL color Cylindrical-coordinate representation of color #CD056C: hue angle of 329.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD056C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.20 |
| HSL | 329.1º | 0.95% | 0.41% | - |
| HSV(B) | 329.1º | 0.98% | 0.8% | - |
| XYZ | 27.94 | 14.17 | 15.45 | - |
| YUV | 76.54 | 145.76 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 108 | 0 | 0.98 | 0.47 | 0.20 | 329.1 | 0.95 | 0.41 |
| Hex | CD | 5 | 6C | 0 | 62 | 2F | 14 | 149 | 5F | 29 |
| Octal | 315 | 5 | 154 | 0 | 142 | 57 | 24 | 511 | 137 | 51 |
| Binary | 11001101 | 101 | 1101100 | 0 | 1100010 | 101111 | 10100 | 101001001 | 1011111 | 101001 |
Color Harmonies of #CD056C
Complementary color
Monochromatic Colors of #CD056C
Black with #CD056C
Text Example
Text Example
White with #CD056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD056C; }
p { color: rgb(205,5,108); }
H1.HeaderClassName
{
color: #CD056C;
}
.AnyTagClassName
{
color: #CD056C;
}
</style>
background-color css
<style>
a { background-color: #CD056C; }
a { background-color: rgb(205,5,108); }
div.DivClassName
{
background-color: #CD056C;
}
.BgClassName
{
background-color: #CD056C;
}
</style>
border-color css
<style>
span { border-color: #CD056C; }
span { border-color: rgb(205,5,108); }
td.TdClassName
{
border-color: #CD056C;
}
.TagClassName
{
border-color: #CD056C;
}
</style>