Shades of Ruby #CA145E
Tints of Ruby #CA145E
RGB
CMYK
RGB Variations
Color information
#CA145E (or 0xCA145E) is known color: Ruby. HEX triplet: CA, 14 and 5E. RGB value is (202,20,94). Sum of RGB (Red+Green+Blue) = 202+20+94=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA145E is #35EBA1. Grayscale: #525252. Windows color (decimal): -3533730 or 6165706. OLE color: 6165706.
HSL color Cylindrical-coordinate representation of color #CA145E: hue angle of 335.6º degrees, saturation: 0.82, 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 #CA145E is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 94 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.21 |
| HSL | 335.6º | 0.82% | 0.44% | - |
| HSV(B) | 335.6º | 0.9% | 0.79% | - |
| XYZ | 26.63 | 13.87 | 11.86 | - |
| YUV | 82.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 94 | 0 | 0.90 | 0.53 | 0.21 | 335.6 | 0.82 | 0.44 |
| Hex | CA | 14 | 5E | 0 | 5A | 35 | 15 | 150 | 52 | 2C |
| Octal | 312 | 24 | 136 | 0 | 132 | 65 | 25 | 520 | 122 | 54 |
| Binary | 11001010 | 10100 | 1011110 | 0 | 1011010 | 110101 | 10101 | 101010000 | 1010010 | 101100 |
Color Harmonies of #CA145E
Complementary color
Monochromatic Colors of #CA145E
Black with #CA145E
Text Example
Text Example
White with #CA145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA145E; }
p { color: rgb(202,20,94); }
H1.HeaderClassName
{
color: #CA145E;
}
.AnyTagClassName
{
color: #CA145E;
}
</style>
background-color css
<style>
a { background-color: #CA145E; }
a { background-color: rgb(202,20,94); }
div.DivClassName
{
background-color: #CA145E;
}
.BgClassName
{
background-color: #CA145E;
}
</style>
border-color css
<style>
span { border-color: #CA145E; }
span { border-color: rgb(202,20,94); }
td.TdClassName
{
border-color: #CA145E;
}
.TagClassName
{
border-color: #CA145E;
}
</style>