Shades of Ruby #CF1161
Tints of Ruby #CF1161
RGB
CMYK
RGB Variations
Color information
#CF1161 (or 0xCF1161) is known color: Ruby. HEX triplet: CF, 11 and 61. RGB value is (207,17,97). Sum of RGB (Red+Green+Blue) = 207+17+97=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1161 is #30EE9E. Grayscale: #525252. Windows color (decimal): -3206815 or 6361551. OLE color: 6361551.
HSL color Cylindrical-coordinate representation of color #CF1161: hue angle of 334.74º 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 #CF1161 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 97 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.19 |
| HSL | 334.74º | 0.85% | 0.44% | - |
| HSV(B) | 334.74º | 0.92% | 0.81% | - |
| XYZ | 28.09 | 14.53 | 12.63 | - |
| YUV | 82.93 | 135.95 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 97 | 0 | 0.92 | 0.53 | 0.19 | 334.74 | 0.85 | 0.44 |
| Hex | CF | 11 | 61 | 0 | 5C | 35 | 13 | 14F | 55 | 2C |
| Octal | 317 | 21 | 141 | 0 | 134 | 65 | 23 | 517 | 125 | 54 |
| Binary | 11001111 | 10001 | 1100001 | 0 | 1011100 | 110101 | 10011 | 101001111 | 1010101 | 101100 |
Color Harmonies of #CF1161
Complementary color
Monochromatic Colors of #CF1161
Black with #CF1161
Text Example
Text Example
White with #CF1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1161; }
p { color: rgb(207,17,97); }
H1.HeaderClassName
{
color: #CF1161;
}
.AnyTagClassName
{
color: #CF1161;
}
</style>
background-color css
<style>
a { background-color: #CF1161; }
a { background-color: rgb(207,17,97); }
div.DivClassName
{
background-color: #CF1161;
}
.BgClassName
{
background-color: #CF1161;
}
</style>
border-color css
<style>
span { border-color: #CF1161; }
span { border-color: rgb(207,17,97); }
td.TdClassName
{
border-color: #CF1161;
}
.TagClassName
{
border-color: #CF1161;
}
</style>