Shades of Ruby #CD0564
Tints of Ruby #CD0564
RGB
CMYK
RGB Variations
Color information
#CD0564 (or 0xCD0564) is known color: Ruby. HEX triplet: CD, 05 and 64. RGB value is (205,5,100). Sum of RGB (Red+Green+Blue) = 205+5+100=310 (41% of max value = 765). Red value is 205 (80.47% from 255 or 66.13% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0564 is #32FA9B. Grayscale: #4B4B4B. Windows color (decimal): -3340956 or 6555085. OLE color: 6555085.
HSL color Cylindrical-coordinate representation of color #CD0564: hue angle of 331.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 #CD0564 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.20 |
| HSL | 331.5º | 0.95% | 0.41% | - |
| HSV(B) | 331.5º | 0.98% | 0.8% | - |
| XYZ | 27.53 | 14.01 | 13.31 | - |
| YUV | 75.63 | 141.76 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 100 | 0 | 0.98 | 0.51 | 0.20 | 331.5 | 0.95 | 0.41 |
| Hex | CD | 5 | 64 | 0 | 62 | 33 | 14 | 14C | 5F | 29 |
| Octal | 315 | 5 | 144 | 0 | 142 | 63 | 24 | 514 | 137 | 51 |
| Binary | 11001101 | 101 | 1100100 | 0 | 1100010 | 110011 | 10100 | 101001100 | 1011111 | 101001 |
Color Harmonies of #CD0564
Complementary color
Monochromatic Colors of #CD0564
Black with #CD0564
Text Example
Text Example
White with #CD0564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0564; }
p { color: rgb(205,5,100); }
H1.HeaderClassName
{
color: #CD0564;
}
.AnyTagClassName
{
color: #CD0564;
}
</style>
background-color css
<style>
a { background-color: #CD0564; }
a { background-color: rgb(205,5,100); }
div.DivClassName
{
background-color: #CD0564;
}
.BgClassName
{
background-color: #CD0564;
}
</style>
border-color css
<style>
span { border-color: #CD0564; }
span { border-color: rgb(205,5,100); }
td.TdClassName
{
border-color: #CD0564;
}
.TagClassName
{
border-color: #CD0564;
}
</style>