Shades of Ruby #CB1261
Tints of Ruby #CB1261
RGB
CMYK
RGB Variations
Color information
#CB1261 (or 0xCB1261) is known color: Ruby. HEX triplet: CB, 12 and 61. RGB value is (203,18,97). Sum of RGB (Red+Green+Blue) = 203+18+97=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1261 is #34ED9E. Grayscale: #525252. Windows color (decimal): -3468703 or 6361803. OLE color: 6361803.
HSL color Cylindrical-coordinate representation of color #CB1261: hue angle of 334.38º 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 #CB1261 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 97 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.20 |
| HSL | 334.38º | 0.84% | 0.43% | - |
| HSV(B) | 334.38º | 0.91% | 0.8% | - |
| XYZ | 27 | 13.99 | 12.59 | - |
| YUV | 82.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 97 | 0 | 0.91 | 0.52 | 0.20 | 334.38 | 0.84 | 0.43 |
| Hex | CB | 12 | 61 | 0 | 5B | 34 | 14 | 14E | 54 | 2B |
| Octal | 313 | 22 | 141 | 0 | 133 | 64 | 24 | 516 | 124 | 53 |
| Binary | 11001011 | 10010 | 1100001 | 0 | 1011011 | 110100 | 10100 | 101001110 | 1010100 | 101011 |
Color Harmonies of #CB1261
Complementary color
Monochromatic Colors of #CB1261
Black with #CB1261
Text Example
Text Example
White with #CB1261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1261; }
p { color: rgb(203,18,97); }
H1.HeaderClassName
{
color: #CB1261;
}
.AnyTagClassName
{
color: #CB1261;
}
</style>
background-color css
<style>
a { background-color: #CB1261; }
a { background-color: rgb(203,18,97); }
div.DivClassName
{
background-color: #CB1261;
}
.BgClassName
{
background-color: #CB1261;
}
</style>
border-color css
<style>
span { border-color: #CB1261; }
span { border-color: rgb(203,18,97); }
td.TdClassName
{
border-color: #CB1261;
}
.TagClassName
{
border-color: #CB1261;
}
</style>