Shades of Ruby #CD205C
Tints of Ruby #CD205C
RGB
CMYK
RGB Variations
Color information
#CD205C (or 0xCD205C) is known color: Ruby. HEX triplet: CD, 20 and 5C. RGB value is (205,32,92). Sum of RGB (Red+Green+Blue) = 205+32+92=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD205C is #32DFA3. Grayscale: #5A5A5A. Windows color (decimal): -3334052 or 6037709. OLE color: 6037709.
HSL color Cylindrical-coordinate representation of color #CD205C: hue angle of 339.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD205C is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 92 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.20 |
| HSL | 339.19º | 0.73% | 0.46% | - |
| HSV(B) | 339.19º | 0.84% | 0.8% | - |
| XYZ | 27.63 | 14.78 | 11.52 | - |
| YUV | 90.57 | 128.81 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 92 | 0 | 0.84 | 0.55 | 0.20 | 339.19 | 0.73 | 0.46 |
| Hex | CD | 20 | 5C | 0 | 54 | 37 | 14 | 153 | 49 | 2E |
| Octal | 315 | 40 | 134 | 0 | 124 | 67 | 24 | 523 | 111 | 56 |
| Binary | 11001101 | 100000 | 1011100 | 0 | 1010100 | 110111 | 10100 | 101010011 | 1001001 | 101110 |
Color Harmonies of #CD205C
Complementary color
Monochromatic Colors of #CD205C
Black with #CD205C
Text Example
Text Example
White with #CD205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD205C; }
p { color: rgb(205,32,92); }
H1.HeaderClassName
{
color: #CD205C;
}
.AnyTagClassName
{
color: #CD205C;
}
</style>
background-color css
<style>
a { background-color: #CD205C; }
a { background-color: rgb(205,32,92); }
div.DivClassName
{
background-color: #CD205C;
}
.BgClassName
{
background-color: #CD205C;
}
</style>
border-color css
<style>
span { border-color: #CD205C; }
span { border-color: rgb(205,32,92); }
td.TdClassName
{
border-color: #CD205C;
}
.TagClassName
{
border-color: #CD205C;
}
</style>