Shades of Ruby #CD105D
Tints of Ruby #CD105D
RGB
CMYK
RGB Variations
Color information
#CD105D (or 0xCD105D) is known color: Ruby. HEX triplet: CD, 10 and 5D. RGB value is (205,16,93). Sum of RGB (Red+Green+Blue) = 205+16+93=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD105D is #32EFA2. Grayscale: #515151. Windows color (decimal): -3338147 or 6099149. OLE color: 6099149.
HSL color Cylindrical-coordinate representation of color #CD105D: hue angle of 335.56º 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 #CD105D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.20 |
| HSL | 335.56º | 0.86% | 0.43% | - |
| HSV(B) | 335.56º | 0.92% | 0.8% | - |
| XYZ | 27.34 | 14.14 | 11.64 | - |
| YUV | 81.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 16 | 93 | 0 | 0.92 | 0.55 | 0.20 | 335.56 | 0.86 | 0.43 |
| Hex | CD | 10 | 5D | 0 | 5C | 37 | 14 | 150 | 56 | 2B |
| Octal | 315 | 20 | 135 | 0 | 134 | 67 | 24 | 520 | 126 | 53 |
| Binary | 11001101 | 10000 | 1011101 | 0 | 1011100 | 110111 | 10100 | 101010000 | 1010110 | 101011 |
Color Harmonies of #CD105D
Complementary color
Monochromatic Colors of #CD105D
Black with #CD105D
Text Example
Text Example
White with #CD105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD105D; }
p { color: rgb(205,16,93); }
H1.HeaderClassName
{
color: #CD105D;
}
.AnyTagClassName
{
color: #CD105D;
}
</style>
background-color css
<style>
a { background-color: #CD105D; }
a { background-color: rgb(205,16,93); }
div.DivClassName
{
background-color: #CD105D;
}
.BgClassName
{
background-color: #CD105D;
}
</style>
border-color css
<style>
span { border-color: #CD105D; }
span { border-color: rgb(205,16,93); }
td.TdClassName
{
border-color: #CD105D;
}
.TagClassName
{
border-color: #CD105D;
}
</style>