Shades of Ruby #CB116D
Tints of Ruby #CB116D
RGB
CMYK
RGB Variations
Color information
#CB116D (or 0xCB116D) is known color: Ruby. HEX triplet: CB, 11 and 6D. RGB value is (203,17,109). Sum of RGB (Red+Green+Blue) = 203+17+109=329 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.70% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 203 - color contains mainly: red. Hex color #CB116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB116D is #34EE92. Grayscale: #525252. Windows color (decimal): -3468947 or 7147979. OLE color: 7147979.
HSL color Cylindrical-coordinate representation of color #CB116D: hue angle of 330.32º degrees, saturation: 0.85, 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 #CB116D is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.20 |
| HSL | 330.32º | 0.85% | 0.43% | - |
| HSV(B) | 330.32º | 0.92% | 0.8% | - |
| XYZ | 27.59 | 14.2 | 15.76 | - |
| YUV | 83.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 17 | 109 | 0 | 0.92 | 0.46 | 0.20 | 330.32 | 0.85 | 0.43 |
| Hex | CB | 11 | 6D | 0 | 5C | 2E | 14 | 14A | 55 | 2B |
| Octal | 313 | 21 | 155 | 0 | 134 | 56 | 24 | 512 | 125 | 53 |
| Binary | 11001011 | 10001 | 1101101 | 0 | 1011100 | 101110 | 10100 | 101001010 | 1010101 | 101011 |
Color Harmonies of #CB116D
Complementary color
Monochromatic Colors of #CB116D
Black with #CB116D
Text Example
Text Example
White with #CB116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB116D; }
p { color: rgb(203,17,109); }
H1.HeaderClassName
{
color: #CB116D;
}
.AnyTagClassName
{
color: #CB116D;
}
</style>
background-color css
<style>
a { background-color: #CB116D; }
a { background-color: rgb(203,17,109); }
div.DivClassName
{
background-color: #CB116D;
}
.BgClassName
{
background-color: #CB116D;
}
</style>
border-color css
<style>
span { border-color: #CB116D; }
span { border-color: rgb(203,17,109); }
td.TdClassName
{
border-color: #CB116D;
}
.TagClassName
{
border-color: #CB116D;
}
</style>