Shades of Ruby #CA125F
Tints of Ruby #CA125F
RGB
CMYK
RGB Variations
Color information
#CA125F (or 0xCA125F) is known color: Ruby. HEX triplet: CA, 12 and 5F. RGB value is (202,18,95). Sum of RGB (Red+Green+Blue) = 202+18+95=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA125F is #35EDA0. Grayscale: #515151. Windows color (decimal): -3534241 or 6230730. OLE color: 6230730.
HSL color Cylindrical-coordinate representation of color #CA125F: hue angle of 334.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA125F is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 95 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.21 |
| HSL | 334.89º | 0.84% | 0.43% | - |
| HSV(B) | 334.89º | 0.91% | 0.79% | - |
| XYZ | 26.64 | 13.82 | 12.09 | - |
| YUV | 81.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 95 | 0 | 0.91 | 0.53 | 0.21 | 334.89 | 0.84 | 0.43 |
| Hex | CA | 12 | 5F | 0 | 5B | 35 | 15 | 14F | 54 | 2B |
| Octal | 312 | 22 | 137 | 0 | 133 | 65 | 25 | 517 | 124 | 53 |
| Binary | 11001010 | 10010 | 1011111 | 0 | 1011011 | 110101 | 10101 | 101001111 | 1010100 | 101011 |
Color Harmonies of #CA125F
Complementary color
Monochromatic Colors of #CA125F
Black with #CA125F
Text Example
Text Example
White with #CA125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA125F; }
p { color: rgb(202,18,95); }
H1.HeaderClassName
{
color: #CA125F;
}
.AnyTagClassName
{
color: #CA125F;
}
</style>
background-color css
<style>
a { background-color: #CA125F; }
a { background-color: rgb(202,18,95); }
div.DivClassName
{
background-color: #CA125F;
}
.BgClassName
{
background-color: #CA125F;
}
</style>
border-color css
<style>
span { border-color: #CA125F; }
span { border-color: rgb(202,18,95); }
td.TdClassName
{
border-color: #CA125F;
}
.TagClassName
{
border-color: #CA125F;
}
</style>