Shades of Ruby #CD1E6E
Tints of Ruby #CD1E6E
RGB
CMYK
RGB Variations
Color information
#CD1E6E (or 0xCD1E6E) is known color: Ruby. HEX triplet: CD, 1E and 6E. RGB value is (205,30,110). Sum of RGB (Red+Green+Blue) = 205+30+110=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1E6E is #32E191. Grayscale: #5B5B5B. Windows color (decimal): -3334546 or 7216845. OLE color: 7216845.
HSL color Cylindrical-coordinate representation of color #CD1E6E: hue angle of 332.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD1E6E is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 30 | 110 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.20 |
| HSL | 332.57º | 0.74% | 0.46% | - |
| HSV(B) | 332.57º | 0.85% | 0.8% | - |
| XYZ | 28.46 | 15.03 | 16.15 | - |
| YUV | 91.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 30 | 110 | 0 | 0.85 | 0.46 | 0.20 | 332.57 | 0.74 | 0.46 |
| Hex | CD | 1E | 6E | 0 | 55 | 2E | 14 | 14D | 4A | 2E |
| Octal | 315 | 36 | 156 | 0 | 125 | 56 | 24 | 515 | 112 | 56 |
| Binary | 11001101 | 11110 | 1101110 | 0 | 1010101 | 101110 | 10100 | 101001101 | 1001010 | 101110 |
Color Harmonies of #CD1E6E
Complementary color
Monochromatic Colors of #CD1E6E
Black with #CD1E6E
Text Example
Text Example
White with #CD1E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1E6E; }
p { color: rgb(205,30,110); }
H1.HeaderClassName
{
color: #CD1E6E;
}
.AnyTagClassName
{
color: #CD1E6E;
}
</style>
background-color css
<style>
a { background-color: #CD1E6E; }
a { background-color: rgb(205,30,110); }
div.DivClassName
{
background-color: #CD1E6E;
}
.BgClassName
{
background-color: #CD1E6E;
}
</style>
border-color css
<style>
span { border-color: #CD1E6E; }
span { border-color: rgb(205,30,110); }
td.TdClassName
{
border-color: #CD1E6E;
}
.TagClassName
{
border-color: #CD1E6E;
}
</style>