Shades of Ruby #CB105E
Tints of Ruby #CB105E
RGB
CMYK
RGB Variations
Color information
#CB105E (or 0xCB105E) is known color: Ruby. HEX triplet: CB, 10 and 5E. RGB value is (203,16,94). Sum of RGB (Red+Green+Blue) = 203+16+94=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB105E is #34EFA1. Grayscale: #505050. Windows color (decimal): -3469218 or 6164683. OLE color: 6164683.
HSL color Cylindrical-coordinate representation of color #CB105E: hue angle of 334.97º 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 #CB105E is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 94 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.20 |
| HSL | 334.97º | 0.85% | 0.43% | - |
| HSV(B) | 334.97º | 0.92% | 0.8% | - |
| XYZ | 26.83 | 13.88 | 11.85 | - |
| YUV | 80.81 | 135.45 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 94 | 0 | 0.92 | 0.54 | 0.20 | 334.97 | 0.85 | 0.43 |
| Hex | CB | 10 | 5E | 0 | 5C | 36 | 14 | 14F | 55 | 2B |
| Octal | 313 | 20 | 136 | 0 | 134 | 66 | 24 | 517 | 125 | 53 |
| Binary | 11001011 | 10000 | 1011110 | 0 | 1011100 | 110110 | 10100 | 101001111 | 1010101 | 101011 |
Color Harmonies of #CB105E
Complementary color
Monochromatic Colors of #CB105E
Black with #CB105E
Text Example
Text Example
White with #CB105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB105E; }
p { color: rgb(203,16,94); }
H1.HeaderClassName
{
color: #CB105E;
}
.AnyTagClassName
{
color: #CB105E;
}
</style>
background-color css
<style>
a { background-color: #CB105E; }
a { background-color: rgb(203,16,94); }
div.DivClassName
{
background-color: #CB105E;
}
.BgClassName
{
background-color: #CB105E;
}
</style>
border-color css
<style>
span { border-color: #CB105E; }
span { border-color: rgb(203,16,94); }
td.TdClassName
{
border-color: #CB105E;
}
.TagClassName
{
border-color: #CB105E;
}
</style>