Shades of Ruby #CB0561
Tints of Ruby #CB0561
RGB
CMYK
RGB Variations
Color information
#CB0561 (or 0xCB0561) is known color: Ruby. HEX triplet: CB, 05 and 61. RGB value is (203,5,97). Sum of RGB (Red+Green+Blue) = 203+5+97=305 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.56% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0561 is #34FA9E. Grayscale: #4A4A4A. Windows color (decimal): -3472031 or 6358475. OLE color: 6358475.
HSL color Cylindrical-coordinate representation of color #CB0561: hue angle of 332.12º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0561 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 5 | 97 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.20 |
| HSL | 332.12º | 0.95% | 0.41% | - |
| HSV(B) | 332.12º | 0.98% | 0.8% | - |
| XYZ | 26.84 | 13.67 | 12.53 | - |
| YUV | 74.69 | 140.6 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 5 | 97 | 0 | 0.98 | 0.52 | 0.20 | 332.12 | 0.95 | 0.41 |
| Hex | CB | 5 | 61 | 0 | 62 | 34 | 14 | 14C | 5F | 29 |
| Octal | 313 | 5 | 141 | 0 | 142 | 64 | 24 | 514 | 137 | 51 |
| Binary | 11001011 | 101 | 1100001 | 0 | 1100010 | 110100 | 10100 | 101001100 | 1011111 | 101001 |
Color Harmonies of #CB0561
Complementary color
Monochromatic Colors of #CB0561
Black with #CB0561
Text Example
Text Example
White with #CB0561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0561; }
p { color: rgb(203,5,97); }
H1.HeaderClassName
{
color: #CB0561;
}
.AnyTagClassName
{
color: #CB0561;
}
</style>
background-color css
<style>
a { background-color: #CB0561; }
a { background-color: rgb(203,5,97); }
div.DivClassName
{
background-color: #CB0561;
}
.BgClassName
{
background-color: #CB0561;
}
</style>
border-color css
<style>
span { border-color: #CB0561; }
span { border-color: rgb(203,5,97); }
td.TdClassName
{
border-color: #CB0561;
}
.TagClassName
{
border-color: #CB0561;
}
</style>