Shades of Ruby #CD056E
Tints of Ruby #CD056E
RGB
CMYK
RGB Variations
Color information
#CD056E (or 0xCD056E) is known color: Ruby. HEX triplet: CD, 05 and 6E. RGB value is (205,5,110). Sum of RGB (Red+Green+Blue) = 205+5+110=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD056E is #32FA91. Grayscale: #4C4C4C. Windows color (decimal): -3340946 or 7210445. OLE color: 7210445.
HSL color Cylindrical-coordinate representation of color #CD056E: hue angle of 328.5º 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 #CD056E is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 110 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.20 |
| HSL | 328.5º | 0.95% | 0.41% | - |
| HSV(B) | 328.5º | 0.98% | 0.8% | - |
| XYZ | 28.05 | 14.21 | 16.02 | - |
| YUV | 76.77 | 146.76 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 110 | 0 | 0.98 | 0.46 | 0.20 | 328.5 | 0.95 | 0.41 |
| Hex | CD | 5 | 6E | 0 | 62 | 2E | 14 | 148 | 5F | 29 |
| Octal | 315 | 5 | 156 | 0 | 142 | 56 | 24 | 510 | 137 | 51 |
| Binary | 11001101 | 101 | 1101110 | 0 | 1100010 | 101110 | 10100 | 101001000 | 1011111 | 101001 |
Color Harmonies of #CD056E
Complementary color
Monochromatic Colors of #CD056E
Black with #CD056E
Text Example
Text Example
White with #CD056E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD056E; }
p { color: rgb(205,5,110); }
H1.HeaderClassName
{
color: #CD056E;
}
.AnyTagClassName
{
color: #CD056E;
}
</style>
background-color css
<style>
a { background-color: #CD056E; }
a { background-color: rgb(205,5,110); }
div.DivClassName
{
background-color: #CD056E;
}
.BgClassName
{
background-color: #CD056E;
}
</style>
border-color css
<style>
span { border-color: #CD056E; }
span { border-color: rgb(205,5,110); }
td.TdClassName
{
border-color: #CD056E;
}
.TagClassName
{
border-color: #CD056E;
}
</style>