Shades of Ruby #CB1463
Tints of Ruby #CB1463
RGB
CMYK
RGB Variations
Color information
#CB1463 (or 0xCB1463) is known color: Ruby. HEX triplet: CB, 14 and 63. RGB value is (203,20,99). Sum of RGB (Red+Green+Blue) = 203+20+99=322 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.04% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1463 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1463 is #34EB9C. Grayscale: #535353. Windows color (decimal): -3468189 or 6493387. OLE color: 6493387.
HSL color Cylindrical-coordinate representation of color #CB1463: hue angle of 334.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1463 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 20 | 99 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.20 |
| HSL | 334.1º | 0.82% | 0.44% | - |
| HSV(B) | 334.1º | 0.9% | 0.8% | - |
| XYZ | 27.13 | 14.1 | 13.1 | - |
| YUV | 83.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 20 | 99 | 0 | 0.90 | 0.51 | 0.20 | 334.1 | 0.82 | 0.44 |
| Hex | CB | 14 | 63 | 0 | 5A | 33 | 14 | 14E | 52 | 2C |
| Octal | 313 | 24 | 143 | 0 | 132 | 63 | 24 | 516 | 122 | 54 |
| Binary | 11001011 | 10100 | 1100011 | 0 | 1011010 | 110011 | 10100 | 101001110 | 1010010 | 101100 |
Color Harmonies of #CB1463
Complementary color
Monochromatic Colors of #CB1463
Black with #CB1463
Text Example
Text Example
White with #CB1463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1463; }
p { color: rgb(203,20,99); }
H1.HeaderClassName
{
color: #CB1463;
}
.AnyTagClassName
{
color: #CB1463;
}
</style>
background-color css
<style>
a { background-color: #CB1463; }
a { background-color: rgb(203,20,99); }
div.DivClassName
{
background-color: #CB1463;
}
.BgClassName
{
background-color: #CB1463;
}
</style>
border-color css
<style>
span { border-color: #CB1463; }
span { border-color: rgb(203,20,99); }
td.TdClassName
{
border-color: #CB1463;
}
.TagClassName
{
border-color: #CB1463;
}
</style>