Shades of Ruby #CA116C
Tints of Ruby #CA116C
RGB
CMYK
RGB Variations
Color information
#CA116C (or 0xCA116C) is known color: Ruby. HEX triplet: CA, 11 and 6C. RGB value is (202,17,108). Sum of RGB (Red+Green+Blue) = 202+17+108=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA116C is #35EE93. Grayscale: #525252. Windows color (decimal): -3534484 or 7082442. OLE color: 7082442.
HSL color Cylindrical-coordinate representation of color #CA116C: hue angle of 330.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA116C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 108 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.21 |
| HSL | 330.49º | 0.84% | 0.43% | - |
| HSV(B) | 330.49º | 0.92% | 0.79% | - |
| XYZ | 27.26 | 14.04 | 15.46 | - |
| YUV | 82.69 | 142.29 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 108 | 0 | 0.92 | 0.47 | 0.21 | 330.49 | 0.84 | 0.43 |
| Hex | CA | 11 | 6C | 0 | 5C | 2F | 15 | 14A | 54 | 2B |
| Octal | 312 | 21 | 154 | 0 | 134 | 57 | 25 | 512 | 124 | 53 |
| Binary | 11001010 | 10001 | 1101100 | 0 | 1011100 | 101111 | 10101 | 101001010 | 1010100 | 101011 |
Color Harmonies of #CA116C
Complementary color
Monochromatic Colors of #CA116C
Black with #CA116C
Text Example
Text Example
White with #CA116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA116C; }
p { color: rgb(202,17,108); }
H1.HeaderClassName
{
color: #CA116C;
}
.AnyTagClassName
{
color: #CA116C;
}
</style>
background-color css
<style>
a { background-color: #CA116C; }
a { background-color: rgb(202,17,108); }
div.DivClassName
{
background-color: #CA116C;
}
.BgClassName
{
background-color: #CA116C;
}
</style>
border-color css
<style>
span { border-color: #CA116C; }
span { border-color: rgb(202,17,108); }
td.TdClassName
{
border-color: #CA116C;
}
.TagClassName
{
border-color: #CA116C;
}
</style>