Shades of Ruby #CA085E
Tints of Ruby #CA085E
RGB
CMYK
RGB Variations
Color information
#CA085E (or 0xCA085E) is known color: Ruby. HEX triplet: CA, 08 and 5E. RGB value is (202,8,94). Sum of RGB (Red+Green+Blue) = 202+8+94=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA085E is #35F7A1. Grayscale: #4B4B4B. Windows color (decimal): -3536802 or 6162634. OLE color: 6162634.
HSL color Cylindrical-coordinate representation of color #CA085E: hue angle of 333.4º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA085E is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.21 |
| HSL | 333.4º | 0.92% | 0.41% | - |
| HSV(B) | 333.4º | 0.96% | 0.79% | - |
| XYZ | 26.46 | 13.54 | 11.81 | - |
| YUV | 75.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 94 | 0 | 0.96 | 0.53 | 0.21 | 333.4 | 0.92 | 0.41 |
| Hex | CA | 8 | 5E | 0 | 60 | 35 | 15 | 14D | 5C | 29 |
| Octal | 312 | 10 | 136 | 0 | 140 | 65 | 25 | 515 | 134 | 51 |
| Binary | 11001010 | 1000 | 1011110 | 0 | 1100000 | 110101 | 10101 | 101001101 | 1011100 | 101001 |
Color Harmonies of #CA085E
Complementary color
Monochromatic Colors of #CA085E
Black with #CA085E
Text Example
Text Example
White with #CA085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA085E; }
p { color: rgb(202,8,94); }
H1.HeaderClassName
{
color: #CA085E;
}
.AnyTagClassName
{
color: #CA085E;
}
</style>
background-color css
<style>
a { background-color: #CA085E; }
a { background-color: rgb(202,8,94); }
div.DivClassName
{
background-color: #CA085E;
}
.BgClassName
{
background-color: #CA085E;
}
</style>
border-color css
<style>
span { border-color: #CA085E; }
span { border-color: rgb(202,8,94); }
td.TdClassName
{
border-color: #CA085E;
}
.TagClassName
{
border-color: #CA085E;
}
</style>