Shades of Ruby #CF1160
Tints of Ruby #CF1160
RGB
CMYK
RGB Variations
Color information
#CF1160 (or 0xCF1160) is known color: Ruby. HEX triplet: CF, 11 and 60. RGB value is (207,17,96). Sum of RGB (Red+Green+Blue) = 207+17+96=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1160 is #30EE9F. Grayscale: #525252. Windows color (decimal): -3206816 or 6296015. OLE color: 6296015.
HSL color Cylindrical-coordinate representation of color #CF1160: hue angle of 335.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1160 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 96 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.19 |
| HSL | 335.05º | 0.85% | 0.44% | - |
| HSV(B) | 335.05º | 0.92% | 0.81% | - |
| XYZ | 28.04 | 14.51 | 12.39 | - |
| YUV | 82.82 | 135.45 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 96 | 0 | 0.92 | 0.54 | 0.19 | 335.05 | 0.85 | 0.44 |
| Hex | CF | 11 | 60 | 0 | 5C | 36 | 13 | 14F | 55 | 2C |
| Octal | 317 | 21 | 140 | 0 | 134 | 66 | 23 | 517 | 125 | 54 |
| Binary | 11001111 | 10001 | 1100000 | 0 | 1011100 | 110110 | 10011 | 101001111 | 1010101 | 101100 |
Color Harmonies of #CF1160
Complementary color
Monochromatic Colors of #CF1160
Black with #CF1160
Text Example
Text Example
White with #CF1160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1160; }
p { color: rgb(207,17,96); }
H1.HeaderClassName
{
color: #CF1160;
}
.AnyTagClassName
{
color: #CF1160;
}
</style>
background-color css
<style>
a { background-color: #CF1160; }
a { background-color: rgb(207,17,96); }
div.DivClassName
{
background-color: #CF1160;
}
.BgClassName
{
background-color: #CF1160;
}
</style>
border-color css
<style>
span { border-color: #CF1160; }
span { border-color: rgb(207,17,96); }
td.TdClassName
{
border-color: #CF1160;
}
.TagClassName
{
border-color: #CF1160;
}
</style>