Shades of Ruby #CB2061
Tints of Ruby #CB2061
RGB
CMYK
RGB Variations
Color information
#CB2061 (or 0xCB2061) is known color: Ruby. HEX triplet: CB, 20 and 61. RGB value is (203,32,97). Sum of RGB (Red+Green+Blue) = 203+32+97=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2061 is #34DF9E. Grayscale: #5A5A5A. Windows color (decimal): -3465119 or 6365387. OLE color: 6365387.
HSL color Cylindrical-coordinate representation of color #CB2061: hue angle of 337.19º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2061 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 97 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.20 |
| HSL | 337.19º | 0.73% | 0.46% | - |
| HSV(B) | 337.19º | 0.84% | 0.8% | - |
| XYZ | 27.3 | 14.59 | 12.69 | - |
| YUV | 90.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 97 | 0 | 0.84 | 0.52 | 0.20 | 337.19 | 0.73 | 0.46 |
| Hex | CB | 20 | 61 | 0 | 54 | 34 | 14 | 151 | 49 | 2E |
| Octal | 313 | 40 | 141 | 0 | 124 | 64 | 24 | 521 | 111 | 56 |
| Binary | 11001011 | 100000 | 1100001 | 0 | 1010100 | 110100 | 10100 | 101010001 | 1001001 | 101110 |
Color Harmonies of #CB2061
Complementary color
Monochromatic Colors of #CB2061
Black with #CB2061
Text Example
Text Example
White with #CB2061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2061; }
p { color: rgb(203,32,97); }
H1.HeaderClassName
{
color: #CB2061;
}
.AnyTagClassName
{
color: #CB2061;
}
</style>
background-color css
<style>
a { background-color: #CB2061; }
a { background-color: rgb(203,32,97); }
div.DivClassName
{
background-color: #CB2061;
}
.BgClassName
{
background-color: #CB2061;
}
</style>
border-color css
<style>
span { border-color: #CB2061; }
span { border-color: rgb(203,32,97); }
td.TdClassName
{
border-color: #CB2061;
}
.TagClassName
{
border-color: #CB2061;
}
</style>