Shades of Ruby #CF1165
Tints of Ruby #CF1165
RGB
CMYK
RGB Variations
Color information
#CF1165 (or 0xCF1165) is known color: Ruby. HEX triplet: CF, 11 and 65. RGB value is (207,17,101). Sum of RGB (Red+Green+Blue) = 207+17+101=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1165 is #30EE9A. Grayscale: #535353. Windows color (decimal): -3206811 or 6623695. OLE color: 6623695.
HSL color Cylindrical-coordinate representation of color #CF1165: hue angle of 333.47º 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 #CF1165 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 101 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.19 |
| HSL | 333.47º | 0.85% | 0.44% | - |
| HSV(B) | 333.47º | 0.92% | 0.81% | - |
| XYZ | 28.28 | 14.61 | 13.64 | - |
| YUV | 83.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 101 | 0 | 0.92 | 0.51 | 0.19 | 333.47 | 0.85 | 0.44 |
| Hex | CF | 11 | 65 | 0 | 5C | 33 | 13 | 14D | 55 | 2C |
| Octal | 317 | 21 | 145 | 0 | 134 | 63 | 23 | 515 | 125 | 54 |
| Binary | 11001111 | 10001 | 1100101 | 0 | 1011100 | 110011 | 10011 | 101001101 | 1010101 | 101100 |
Color Harmonies of #CF1165
Complementary color
Monochromatic Colors of #CF1165
Black with #CF1165
Text Example
Text Example
White with #CF1165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1165; }
p { color: rgb(207,17,101); }
H1.HeaderClassName
{
color: #CF1165;
}
.AnyTagClassName
{
color: #CF1165;
}
</style>
background-color css
<style>
a { background-color: #CF1165; }
a { background-color: rgb(207,17,101); }
div.DivClassName
{
background-color: #CF1165;
}
.BgClassName
{
background-color: #CF1165;
}
</style>
border-color css
<style>
span { border-color: #CF1165; }
span { border-color: rgb(207,17,101); }
td.TdClassName
{
border-color: #CF1165;
}
.TagClassName
{
border-color: #CF1165;
}
</style>