Shades of Ruby #CD1063
Tints of Ruby #CD1063
RGB
CMYK
RGB Variations
Color information
#CD1063 (or 0xCD1063) is known color: Ruby. HEX triplet: CD, 10 and 63. RGB value is (205,16,99). Sum of RGB (Red+Green+Blue) = 205+16+99=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1063 is #32EF9C. Grayscale: #515151. Windows color (decimal): -3338141 or 6492365. OLE color: 6492365.
HSL color Cylindrical-coordinate representation of color #CD1063: hue angle of 333.65º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1063 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 99 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.20 |
| HSL | 333.65º | 0.86% | 0.43% | - |
| HSV(B) | 333.65º | 0.92% | 0.8% | - |
| XYZ | 27.61 | 14.25 | 13.1 | - |
| YUV | 81.97 | 137.62 | 215.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 99 | 0 | 0.92 | 0.52 | 0.20 | 333.65 | 0.86 | 0.43 |
| Hex | CD | 10 | 63 | 0 | 5C | 34 | 14 | 14E | 56 | 2B |
| Octal | 315 | 20 | 143 | 0 | 134 | 64 | 24 | 516 | 126 | 53 |
| Binary | 11001101 | 10000 | 1100011 | 0 | 1011100 | 110100 | 10100 | 101001110 | 1010110 | 101011 |
Color Harmonies of #CD1063
Complementary color
Monochromatic Colors of #CD1063
Black with #CD1063
Text Example
Text Example
White with #CD1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1063; }
p { color: rgb(205,16,99); }
H1.HeaderClassName
{
color: #CD1063;
}
.AnyTagClassName
{
color: #CD1063;
}
</style>
background-color css
<style>
a { background-color: #CD1063; }
a { background-color: rgb(205,16,99); }
div.DivClassName
{
background-color: #CD1063;
}
.BgClassName
{
background-color: #CD1063;
}
</style>
border-color css
<style>
span { border-color: #CD1063; }
span { border-color: rgb(205,16,99); }
td.TdClassName
{
border-color: #CD1063;
}
.TagClassName
{
border-color: #CD1063;
}
</style>