Shades of Ruby #CA1561
Tints of Ruby #CA1561
RGB
CMYK
RGB Variations
Color information
#CA1561 (or 0xCA1561) is known color: Ruby. HEX triplet: CA, 15 and 61. RGB value is (202,21,97). Sum of RGB (Red+Green+Blue) = 202+21+97=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1561 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1561 is #35EA9E. Grayscale: #535353. Windows color (decimal): -3533471 or 6362570. OLE color: 6362570.
HSL color Cylindrical-coordinate representation of color #CA1561: hue angle of 334.81º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1561 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 97 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.21 |
| HSL | 334.81º | 0.81% | 0.44% | - |
| HSV(B) | 334.81º | 0.9% | 0.79% | - |
| XYZ | 26.78 | 13.96 | 12.59 | - |
| YUV | 83.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 97 | 0 | 0.90 | 0.52 | 0.21 | 334.81 | 0.81 | 0.44 |
| Hex | CA | 15 | 61 | 0 | 5A | 34 | 15 | 14F | 51 | 2C |
| Octal | 312 | 25 | 141 | 0 | 132 | 64 | 25 | 517 | 121 | 54 |
| Binary | 11001010 | 10101 | 1100001 | 0 | 1011010 | 110100 | 10101 | 101001111 | 1010001 | 101100 |
Color Harmonies of #CA1561
Complementary color
Monochromatic Colors of #CA1561
Black with #CA1561
Text Example
Text Example
White with #CA1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1561; }
p { color: rgb(202,21,97); }
H1.HeaderClassName
{
color: #CA1561;
}
.AnyTagClassName
{
color: #CA1561;
}
</style>
background-color css
<style>
a { background-color: #CA1561; }
a { background-color: rgb(202,21,97); }
div.DivClassName
{
background-color: #CA1561;
}
.BgClassName
{
background-color: #CA1561;
}
</style>
border-color css
<style>
span { border-color: #CA1561; }
span { border-color: rgb(202,21,97); }
td.TdClassName
{
border-color: #CA1561;
}
.TagClassName
{
border-color: #CA1561;
}
</style>