Shades of Ruby #CB125E
Tints of Ruby #CB125E
RGB
CMYK
RGB Variations
Color information
#CB125E (or 0xCB125E) is known color: Ruby. HEX triplet: CB, 12 and 5E. RGB value is (203,18,94). Sum of RGB (Red+Green+Blue) = 203+18+94=315 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.44% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 203 - color contains mainly: red. Hex color #CB125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB125E is #34EDA1. Grayscale: #515151. Windows color (decimal): -3468706 or 6165195. OLE color: 6165195.
HSL color Cylindrical-coordinate representation of color #CB125E: hue angle of 335.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB125E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 94 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.20 |
| HSL | 335.35º | 0.84% | 0.43% | - |
| HSV(B) | 335.35º | 0.91% | 0.8% | - |
| XYZ | 26.87 | 13.94 | 11.86 | - |
| YUV | 81.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 94 | 0 | 0.91 | 0.54 | 0.20 | 335.35 | 0.84 | 0.43 |
| Hex | CB | 12 | 5E | 0 | 5B | 36 | 14 | 14F | 54 | 2B |
| Octal | 313 | 22 | 136 | 0 | 133 | 66 | 24 | 517 | 124 | 53 |
| Binary | 11001011 | 10010 | 1011110 | 0 | 1011011 | 110110 | 10100 | 101001111 | 1010100 | 101011 |
Color Harmonies of #CB125E
Complementary color
Monochromatic Colors of #CB125E
Black with #CB125E
Text Example
Text Example
White with #CB125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB125E; }
p { color: rgb(203,18,94); }
H1.HeaderClassName
{
color: #CB125E;
}
.AnyTagClassName
{
color: #CB125E;
}
</style>
background-color css
<style>
a { background-color: #CB125E; }
a { background-color: rgb(203,18,94); }
div.DivClassName
{
background-color: #CB125E;
}
.BgClassName
{
background-color: #CB125E;
}
</style>
border-color css
<style>
span { border-color: #CB125E; }
span { border-color: rgb(203,18,94); }
td.TdClassName
{
border-color: #CB125E;
}
.TagClassName
{
border-color: #CB125E;
}
</style>