Shades of Ruby #CD116B
Tints of Ruby #CD116B
RGB
CMYK
RGB Variations
Color information
#CD116B (or 0xCD116B) is known color: Ruby. HEX triplet: CD, 11 and 6B. RGB value is (205,17,107). Sum of RGB (Red+Green+Blue) = 205+17+107=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD116B is #32EE94. Grayscale: #535353. Windows color (decimal): -3337877 or 7016909. OLE color: 7016909.
HSL color Cylindrical-coordinate representation of color #CD116B: hue angle of 331.28º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD116B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 17 | 107 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.20 |
| HSL | 331.28º | 0.85% | 0.44% | - |
| HSV(B) | 331.28º | 0.92% | 0.8% | - |
| XYZ | 28.03 | 14.44 | 15.22 | - |
| YUV | 83.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 17 | 107 | 0 | 0.92 | 0.48 | 0.20 | 331.28 | 0.85 | 0.44 |
| Hex | CD | 11 | 6B | 0 | 5C | 30 | 14 | 14B | 55 | 2C |
| Octal | 315 | 21 | 153 | 0 | 134 | 60 | 24 | 513 | 125 | 54 |
| Binary | 11001101 | 10001 | 1101011 | 0 | 1011100 | 110000 | 10100 | 101001011 | 1010101 | 101100 |
Color Harmonies of #CD116B
Complementary color
Monochromatic Colors of #CD116B
Black with #CD116B
Text Example
Text Example
White with #CD116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD116B; }
p { color: rgb(205,17,107); }
H1.HeaderClassName
{
color: #CD116B;
}
.AnyTagClassName
{
color: #CD116B;
}
</style>
background-color css
<style>
a { background-color: #CD116B; }
a { background-color: rgb(205,17,107); }
div.DivClassName
{
background-color: #CD116B;
}
.BgClassName
{
background-color: #CD116B;
}
</style>
border-color css
<style>
span { border-color: #CD116B; }
span { border-color: rgb(205,17,107); }
td.TdClassName
{
border-color: #CD116B;
}
.TagClassName
{
border-color: #CD116B;
}
</style>